/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugInfoTest.cpp | 79 dwarfgen::DIE CUDie = CU.getUnitDIE(); in TestAllForms() local 82 CUDie.addStrOffsetsBaseAttribute(); in TestAllForms() 90 CUDie.addAttribute(Attr_DW_FORM_addr, DW_FORM_addr, AddrValue); in TestAllForms() 96 CUDie.addAttribute(Attr_DW_FORM_block, DW_FORM_block, BlockData, BlockSize); in TestAllForms() 99 CUDie.addAttribute(Attr_DW_FORM_block1, DW_FORM_block1, BlockData, BlockSize); in TestAllForms() 102 CUDie.addAttribute(Attr_DW_FORM_block2, DW_FORM_block2, BlockData, BlockSize); in TestAllForms() 105 CUDie.addAttribute(Attr_DW_FORM_block4, DW_FORM_block4, BlockData, BlockSize); in TestAllForms() 110 CUDie.addAttribute(Attr_DW_FORM_data16, DW_FORM_data16, Data16, 16); in TestAllForms() 116 CUDie.addAttribute(Attr_DW_FORM_data1, DW_FORM_data1, Data1); in TestAllForms() 119 CUDie.addAttribute(Attr_DW_FORM_data2, DW_FORM_data2, Data2); in TestAllForms() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFCompileUnit.cpp | 31 if (DWARFDie CUDie = getUnitDIE(false)) in dump() local 32 CUDie.dump(OS, 0, DumpOpts); in dump()
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 231 DWARFDie CUDie = CU.getOrigUnit().getUnitDIE(); in analyzeImportedModule() local 234 resolveRelativeObjectPath(ResolvedPath, CUDie); in analyzeImportedModule() 1661 DWARFDie CUDie = Unit.getOrigUnit().getUnitDIE(); in patchLineTableForUnit() local 1662 auto StmtList = dwarf::toSectionOffset(CUDie.find(dwarf::DW_AT_stmt_list)); in patchLineTableForUnit() 2001 static uint64_t getDwoId(const DWARFDie &CUDie, const DWARFUnit &Unit) { in getDwoId() argument 2003 CUDie.find({dwarf::DW_AT_dwo_id, dwarf::DW_AT_GNU_dwo_id})); in getDwoId() 2022 DWARFDie CUDie, const DWARFUnit &Unit, const DWARFFile &File, in registerModuleReference() argument 2027 CUDie.find({dwarf::DW_AT_dwo_name, dwarf::DW_AT_GNU_dwo_name}), ""); in registerModuleReference() 2034 uint64_t DwoId = getDwoId(CUDie, Unit); in registerModuleReference() 2036 std::string Name = dwarf::toString(CUDie.find(dwarf::DW_AT_name), ""); in registerModuleReference() [all …]
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFCompileUnit.cpp | 34 if (DWARFDie CUDie = getUnitDIE(false)) in dump() local 35 CUDie.dump(OS, 0, DumpOpts); in dump()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerCompileUnit.h | 85 auto CUDie = OrigUnit.getUnitDIE(false); in CompileUnit() local 86 if (!CUDie) { in CompileUnit() 90 if (auto Lang = dwarf::toUnsigned(CUDie.find(dwarf::DW_AT_language))) in CompileUnit()
|
/external/llvm-project/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerCompileUnit.h | 85 auto CUDie = OrigUnit.getUnitDIE(false); in CompileUnit() local 86 if (!CUDie) { in CompileUnit() 90 if (auto Lang = dwarf::toUnsigned(CUDie.find(dwarf::DW_AT_language))) in CompileUnit()
|
D | DWARFLinker.h | 464 bool registerModuleReference(DWARFDie CUDie, const DWARFUnit &Unit, 476 Error loadClangModule(DWARFDie CUDie, StringRef FilePath,
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 204 const auto *CUDie = OrigUnit.getUnitDIE(false); in CompileUnit() local 205 unsigned Lang = CUDie->getAttributeValueAsUnsignedConstant( in CompileUnit() 216 CUDie(std::move(RHS.CUDie)), StartOffset(RHS.StartOffset), in CompileUnit() 227 DIE *getOutputUnitDIE() const { return CUDie; } in getOutputUnitDIE() 228 void setOutputUnitDIE(DIE *Die) { CUDie = Die; } in setOutputUnitDIE() 336 DIE *CUDie; ///< Root of the linked DIE tree. member in llvm::dsymutil::__anondabe43b60111::CompileUnit 404 if (CUDie) in computeNextUnitOffset() 405 NextUnitOffset += CUDie->getSize(); in computeNextUnitOffset() 1210 bool registerModuleReference(const DWARFDebugInfoEntryMinimal &CUDie, 2981 const DWARFDebugInfoEntryMinimal *CUDie = Unit.getOrigUnit().getUnitDIE(); in patchLineTableForUnit() local [all …]
|
/external/llvm-project/llvm/tools/llvm-dwarfdump/ |
D | Statistics.cpp | 562 if (DWARFDie CUDie = CU->getNonSkeletonUnitDIE(false)) in collectStatsForObjectFile() local 563 collectStatsRecursive(CUDie, "/", "g", 0, 0, Statistics, GlobalStats, in collectStatsForObjectFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 578 const DIE *CUDie = Entry.getDie().getUnitDie(); in emitDWARF5AccelTable() local 579 return CUIndex[DD.lookupCU(CUDie)->getUniqueID()]; in emitDWARF5AccelTable()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 576 const DIE *CUDie = Entry.getDie().getUnitDie(); in emitDWARF5AccelTable() local 577 return CUIndex[DD.lookupCU(CUDie)->getUniqueID()]; in emitDWARF5AccelTable()
|