/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | DWARFVisitor.h | 41 virtual void onStartDIE(Unit &CU, Entry &DIE) {} in onStartDIE() 42 virtual void onEndDIE(Unit &CU, Entry &DIE) {} in onEndDIE() 50 virtual void onStartDIE(const Unit &CU, const Entry &DIE) {} in onStartDIE() 51 virtual void onEndDIE(const Unit &CU, const Entry &DIE) {} in onEndDIE()
|
D | DWARFEmitter.cpp | 155 const DWARFYAML::Entry &DIE) override { in onStartDIE() 324 virtual void onStartDIE(DWARFYAML::Unit &CU, DWARFYAML::Entry &DIE) { in onStartDIE()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 165 for (auto &DIE : DieArray) { in setDIERelations() local 198 DWARFDebugInfoEntryMinimal DIE; in extractDIEsToVector() local 370 for (const DWARFDebugInfoEntryMinimal &DIE : DieArray) { in getSubprogramForAddress() local
|
D | DWARFDebugInfoEntry.cpp | 29 static const DWARFUnit *findUnitAndExtractFast(DWARFDebugInfoEntryMinimal &DIE, in findUnitAndExtractFast() 168 DWARFDebugInfoEntryMinimal DIE; in dumpAttribute() local 440 for (const DWARFDebugInfoEntryMinimal *DIE = this; DIE; ) { in getInlinedChainForAddress() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.h | 140 DIELoc ¨ variable
|
D | DwarfFile.h | 31 class DIE; variable
|
D | DwarfCompileUnit.h | 25 class DIE; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DeclContext.cpp | 46 DeclContext &Context, const DWARFDie &DIE, CompileUnit &U, in getChildDeclContext()
|
D | CompileUnit.cpp | 34 auto DIE = OrigUnit.getDIEAtIndex(Idx++); in markEverythingAsKept() local
|
D | DwarfLinker.cpp | 125 const DWARFUnit &Unit, const DWARFDie &DIE, in resolveDIEReference() 221 static bool analyzeContextInfo(const DWARFDie &DIE, unsigned ParentIdx, in analyzeContextInfo() 535 const DWARFDie &DIE, in shouldKeepVariableDIE() 581 RelocationManager &RelocMgr, RangesTy &Ranges, const DWARFDie &DIE, in shouldKeepSubprogramDIE() 643 RangesTy &Ranges, const DWARFDie &DIE, in shouldKeepDIE() 1972 DWARFDie DIE, CompileUnit &U, const DebugMapObject &DMO, int RecurseDepth) { in hashFullyQualifiedName()
|
/external/vboot_reference/futility/ |
D | futility.h | 83 #define DIE do { \ macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.h | 269 DIELoc ¨ variable
|
D | DwarfDebug.h | 53 class DIE; variable
|
/external/protobuf/php/tests/proto/ |
D | test_reserved_enum_value_upper.proto | 20 DIE = 14; enumerator
|
D | test_reserved_message_upper.proto | 19 message DIE {} message
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | HotSpotSystem.java | 42 public static final int DIE = 9; field in HotSpotSystem.HotSpotType
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DwarfGenerator.h | 30 class DIE; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 125 for (auto DIE : CU->dies()) { in dumpDebugInfo() local
|
/external/llvm/include/llvm/CodeGen/ |
D | DIE.h | 222 class DIE; variable 614 explicit DIE(dwarf::Tag Tag) : Offset(0), Size(0), Tag(Tag) {} in DIE() function
|
D | AsmPrinter.h | 34 class DIE; variable
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 235 uint32_t getDIEIndex(const DWARFDebugInfoEntryMinimal *DIE) { in getDIEIndex()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | DIE.h | 40 class DIE; variable 683 explicit DIE(dwarf::Tag Tag) : Tag(Tag) {} in DIE() function
|
D | AsmPrinter.h | 42 class DIE; variable
|
/external/kernel-headers/original/uapi/linux/ |
D | atmmpc.h | 106 #define DIE 207 /* tell the daemon to exit() */ macro
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1487 const DWARFDebugInfoEntryMinimal &DIE, CompileUnit *&RefCU) { in resolveDIEReference() 1544 DeclContext &Context, const DWARFDebugInfoEntryMinimal *DIE, CompileUnit &U, in getChildDeclContext() 1762 static bool analyzeContextInfo(const DWARFDebugInfoEntryMinimal *DIE, in analyzeContextInfo() 2079 const DWARFDebugInfoEntryMinimal &DIE, in shouldKeepVariableDIE() 2121 const DWARFDebugInfoEntryMinimal &DIE, CompileUnit &Unit, in shouldKeepSubprogramDIE() 2173 const DWARFDebugInfoEntryMinimal &DIE, in shouldKeepDIE()
|