/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAttribute.h | 30 dwarf::Attribute Attr = dwarf::Attribute(0); member
|
H A D | DWARFAbbreviationDeclaration.h | 42 dwarf::Attribute Attr; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | ARMBuildAttrs.cpp | 16 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 D | fix_throw.py | 14 from ..fixer_util import Name, Call, ArgList, Attr, is_tuple namespace
|
H A D | fix_sys_exc.py | 12 from ..fixer_util import Attr, Call, Name, Number, Subscript, Node, syms namespace
|
H A D | fix_except.py | 28 from ..fixer_util import Assign, Attr, Name, is_tuple, is_list, syms namespace
|
H A D | fix_raise.py | 29 from ..fixer_util import Name, Call, Attr, ArgList, is_tuple namespace
|
H A D | fix_exitfunc.py | 8 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 D | Statepoint.cpp | 54 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 D | DWARFAbbreviationDeclaration.cpp | 150 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 D | CFLGraph.h | 70 AliasAttrs Attr; member [all...] |
H A D | AliasAnalysisSummary.cpp | 32 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 D | AliasAnalysisSummary.h | 186 AliasAttrs Attr; member 239 AliasAttrs Attr; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Threading.cpp | 49 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 D | AsmPrinterDwarf.cpp | 263 dwarf::Attribute Attr = V.getAttribute(); in emitDwarfDIE() local
|
H A D | DIEHash.cpp | 32 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 D | XRayInstrumentation.cpp | 151 Attribute Attr = F.getFnAttribute("xray-instruction-threshold"); in runOnMachineFunction() local
|
H A D | StackProtector.cpp | 94 Attribute Attr = Fn.getFnAttribute("stack-protector-buffer-size"); in runOnFunction() local
|
/third_party/skia/src/xml/ |
H A D | SkDOM.h | 50 typedef SkDOMAttr Attr; typedef in SkDOM
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.cpp | 84 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 D | WasmAsmParser.cpp | 221 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 D | RecordStreamer.cpp | 156 MCSymbolAttr Attr = MCSA_Invalid; in flushSymverDirectives() local [all...] |
/third_party/python/Lib/lib2to3/ |
H A D | fixer_util.py | 40 def Attr(obj, attr): function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | GraphWriter.h | 260 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 D | Attributes.h | 181 inline LLVMAttributeRef wrap(Attribute Attr) { in wrap() argument 186 inline Attribute unwrap(LLVMAttributeRef Attr) { in unwrap() argument
|