Home
last modified time | relevance | path

Searched defs:Attr (Results 1 - 25 of 63) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAttribute.h30 dwarf::Attribute Attr = dwarf::Attribute(0); member
H A DDWARFAbbreviationDeclaration.h42 dwarf::Attribute Attr; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DARMBuildAttrs.cpp16 ARMBuildAttrs::AttrType Attr; member
74 StringRef AttrTypeAsString(unsigned Attr, bool HasTagPrefix) { in AttrTypeAsString() argument
78 StringRef AttrTypeAsString(AttrType Attr, bool HasTagPrefix) { in AttrTypeAsString() argument
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_throw.py14 from ..fixer_util import Name, Call, ArgList, Attr, is_tuple namespace
H A Dfix_sys_exc.py12 from ..fixer_util import Attr, Call, Name, Number, Subscript, Node, syms namespace
H A Dfix_except.py28 from ..fixer_util import Assign, Attr, Name, is_tuple, is_list, syms namespace
H A Dfix_raise.py29 from ..fixer_util import Name, Call, Attr, ArgList, is_tuple namespace
H A Dfix_exitfunc.py8 from lib2to3.fixer_util import Name, Attr, Call, Comma, Newline, syms namespace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DStatepoint.cpp54 bool llvm::isStatepointDirectiveAttr(Attribute Attr) { in isStatepointDirectiveAttr() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp150 getAttributeValue( const uint64_t DIEOffset, const dwarf::Attribute Attr, const DWARFUnit &U) const getAttributeValue() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCFLGraph.h70 AliasAttrs Attr; member
[all...]
H A DAliasAnalysisSummary.cpp32 bool hasUnknownAttr(AliasAttrs Attr) { return Attr.test(AttrUnknownIndex); } in hasUnknownAttr() argument
35 bool hasCallerAttr(AliasAttrs Attr) { return Attr.test(AttrCaller); } in hasCallerAttr() argument
36 bool hasUnknownOrCallerAttr(AliasAttrs Attr) { in hasUnknownOrCallerAttr() argument
41 bool hasEscapedAttr(AliasAttrs Attr) { return Attr.test(AttrEscapedIndex); } in hasEscapedAttr() argument
64 bool isGlobalOrArgAttr(AliasAttrs Attr) { in isGlobalOrArgAttr() argument
71 getExternallyVisibleAttrs(AliasAttrs Attr) getExternallyVisibleAttrs() argument
[all...]
H A DAliasAnalysisSummary.h186 AliasAttrs Attr; member
239 AliasAttrs Attr; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DThreading.cpp49 pthread_attr_t Attr; in llvm_execute_on_thread() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp263 dwarf::Attribute Attr = V.getAttribute(); in emitDwarfDIE() local
H A DDIEHash.cpp32 static StringRef getDIEStringAttr(const DIE &Die, uint16_t Attr) { in getDIEStringAttr() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp151 Attribute Attr = F.getFnAttribute("xray-instruction-threshold"); in runOnMachineFunction() local
H A DStackProtector.cpp94 Attribute Attr = Fn.getFnAttribute("stack-protector-buffer-size"); in runOnFunction() local
/third_party/skia/src/xml/
H A DSkDOM.h50 typedef SkDOMAttr Attr; typedef in SkDOM
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp84 PatchLocation Attr; in fixupForwardReferences() local
109 void CompileUnit::noteRangeAttribute(const DIE &Die, PatchLocation Attr) { in noteRangeAttribute() argument
116 void CompileUnit::noteLocationAttribute(PatchLocation Attr, int64_ argument
75 noteForwardReference(DIE *Die, const CompileUnit *RefUnit, DeclContext *Ctxt, PatchLocation Attr) noteForwardReference() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp221 MCSymbolAttr Attr = StringSwitch<MCSymbolAttr>(Directive) in ParseDirectiveSymbolAttribute() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DRecordStreamer.cpp156 MCSymbolAttr Attr = MCSA_Invalid; in flushSymverDirectives() local
[all...]
/third_party/python/Lib/lib2to3/
H A Dfixer_util.py40 def Attr(obj, attr): function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DGraphWriter.h260 void emitSimpleNode(const void *ID, const std::string &Attr, in emitSimpleNode() argument
265 O << Attr << ","; in emitSimpleNode() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DAttributes.h181 inline LLVMAttributeRef wrap(Attribute Attr) { in wrap() argument
186 inline Attribute unwrap(LLVMAttributeRef Attr) { in unwrap() argument

Completed in 10 milliseconds

123