Home
last modified time | relevance | path

Searched defs:DIE (Results 1 – 25 of 41) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFVisitor.h41 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()
DDWARFEmitter.cpp155 const DWARFYAML::Entry &DIE) override { in onStartDIE()
324 virtual void onStartDIE(DWARFYAML::Unit &CU, DWARFYAML::Entry &DIE) { in onStartDIE()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp165 for (auto &DIE : DieArray) { in setDIERelations() local
198 DWARFDebugInfoEntryMinimal DIE; in extractDIEsToVector() local
370 for (const DWARFDebugInfoEntryMinimal &DIE : DieArray) { in getSubprogramForAddress() local
DDWARFDebugInfoEntry.cpp29 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/
DDwarfExpression.h140 DIELoc ¨ variable
DDwarfFile.h31 class DIE; variable
DDwarfCompileUnit.h25 class DIE; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDeclContext.cpp46 DeclContext &Context, const DWARFDie &DIE, CompileUnit &U, in getChildDeclContext()
DCompileUnit.cpp34 auto DIE = OrigUnit.getDIEAtIndex(Idx++); in markEverythingAsKept() local
DDwarfLinker.cpp125 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/
Dfutility.h83 #define DIE do { \ macro
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h269 DIELoc ¨ variable
DDwarfDebug.h53 class DIE; variable
/external/protobuf/php/tests/proto/
Dtest_reserved_enum_value_upper.proto20 DIE = 14; enumerator
Dtest_reserved_message_upper.proto19 message DIE {} message
/external/replicaisland/src/com/replica/replicaisland/
DHotSpotSystem.java42 public static final int DIE = 9; field in HotSpotSystem.HotSpotType
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.h30 class DIE; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp125 for (auto DIE : CU->dies()) { in dumpDebugInfo() local
/external/llvm/include/llvm/CodeGen/
DDIE.h222 class DIE; variable
614 explicit DIE(dwarf::Tag Tag) : Offset(0), Size(0), Tag(Tag) {} in DIE() function
DAsmPrinter.h34 class DIE; variable
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h235 uint32_t getDIEIndex(const DWARFDebugInfoEntryMinimal *DIE) { in getDIEIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DDIE.h40 class DIE; variable
683 explicit DIE(dwarf::Tag Tag) : Tag(Tag) {} in DIE() function
DAsmPrinter.h42 class DIE; variable
/external/kernel-headers/original/uapi/linux/
Datmmpc.h106 #define DIE 207 /* tell the daemon to exit() */ macro
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1487 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()

12