| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFDieTest.cpp | 76 DWARFDie Die = CU->getUnitDIE(); in TEST() 178 DWARFDie Die = CU->getUnitDIE(/*ExtractUnitDIEOnly=*/false); in TEST() 284 DWARFDie Die = CU->getUnitDIE(/*ExtractUnitDIEOnly=*/false); in TEST() 389 DWARFDie Die = CU->getUnitDIE(/*ExtractUnitDIEOnly=*/false); in TEST() 511 DWARFDie Die = CU->getUnitDIE(/*ExtractUnitDIEOnly=*/false); in TEST() 633 DWARFDie Die = CU->getUnitDIE(/*ExtractUnitDIEOnly=*/false); in TEST()
|
| H A D | DWARFDebugInfoTest.cpp | 81 dwarfgen::DIE CUDie = CU.getUnitDIE(); in TestAllForms() 237 auto DieDG = U->getUnitDIE(false); in TestAllForms() 525 auto DieDG = U->getUnitDIE(false); 936 auto DieDG = U->getUnitDIE(false); 1110 auto DieDG = U->getUnitDIE(false); 1229 auto CUDie = U->getUnitDIE(false); 1388 auto CUDie = CU.getUnitDIE(); 1405 auto CUDie = U->getUnitDIE(false); 1493 auto CUDie = CU.getUnitDIE(); 1558 auto CUDie = CU.getUnitDIE(); [all …]
|
| H A D | DWARFDieManualExtractTest.cpp | 35 dwarfgen::DIE CUDie = DGCU.getUnitDIE(); in TEST()
|
| H A D | DwarfGenerator.cpp | 151 dwarfgen::DIE dwarfgen::CompileUnit::getUnitDIE() { in getUnitDIE() function in dwarfgen::CompileUnit 512 CUOffset = CU->getUnitDIE().computeSizeAndOffsets(CUOffset); in generate() 540 Asm->emitDwarfDIE(*CU->getUnitDIE().Die); in generate()
|
| H A D | DwarfGenerator.h | 159 DIE getUnitDIE();
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.cpp | 26 DWARFDie CU = getOrigUnit().getUnitDIE(); in getLanguage() 34 DWARFDie CU = getOrigUnit().getUnitDIE(); in getSysRoot()
|
| H A D | DWARFLinker.cpp | 233 DWARFDie CUDie = CU.getOrigUnit().getUnitDIE(); in analyzeImportedModule() 1585 auto OrigUnitDie = OrigUnit.getUnitDIE(false); in patchRangesForUnit() 1683 DWARFDie CUDie = Unit.getOrigUnit().getUnitDIE(); in patchLineTableForUnit() 2104 auto CUDie = CU->getUnitDIE(false); in loadClangModule() 2146 if (!Unit->getOrigUnit().getUnitDIE().hasChildren()) in loadClangModule() 2173 auto InputDIE = CurrentUnit->getOrigUnit().getUnitDIE(); in cloneAllCompileUnits() 2468 auto CUDie = CU->getUnitDIE(false); in link() 2517 auto CUDie = CU->getUnitDIE(false); in link() 2529 auto CUDie = CurrentUnit->getOrigUnit().getUnitDIE(); in link() 2532 analyzeContextInfo(CurrentUnit->getOrigUnit().getUnitDIE(), 0, in link() [all …]
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 41 DWARFDie Die = CU->getUnitDIE(); in CUInfo() 431 DWARFDie ReturnDie = DwarfUnit.getUnitDIE(false); in convert() 436 DwarfUnit.getUnitDIE().find( in convert() 442 ReturnDie = DWOCU->getUnitDIE(false); in convert() 470 pool.async([&CU]() { CU->getUnitDIE(false /*CUDieOnly*/); }); in convert()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 390 return dwarf::toString(getUnitDIE().find(DW_AT_comp_dir), nullptr); in getCompilationDir() 595 DWARFDie UnitDie = getUnitDIE(); in parseDWO() 673 DWARFDie UnitDie = getUnitDIE(); in collectAddressRanges() 744 updateAddressDieMap(getUnitDIE()); in getSubroutineForAddress() 832 auto RootDie = getUnitDIE(); in getVariableForAddress() 972 assert(getDIEIndex(Die) == getDIEIndex(getUnitDIE()) && "Bad unit die"); in getLastChild() 989 DWARFDie UnitDie = getUnitDIE(); in getBaseAddress() 1077 auto OptOffset = toSectionOffset(getUnitDIE().find(DW_AT_str_offsets_base)); in determineStringOffsetsTableContribution()
|
| H A D | DWARFCompileUnit.cpp | 38 if (DWARFDie CUDie = getUnitDIE(false)) in dump()
|
| H A D | DWARFTypeUnit.cpp | 47 if (DWARFDie TU = getUnitDIE(false)) in dump()
|
| H A D | DWARFVerifier.cpp | 198 dump(Die.getDwarfUnit()->getUnitDIE()) << '\n'; in verifyName() 233 DWARFDie Die = Unit.getUnitDIE(/* ExtractUnitDIEOnly = */ false); in verifyUnitContents() 343 if (const char* Name = Unit->getUnitDIE(true).getShortName()) in verifyUnits() 820 auto Die = CU->getUnitDIE(); in verifyDebugLineStmtOffsets() 862 auto Die = CU->getUnitDIE(); in verifyDebugLineRows()
|
| H A D | DWARFDebugMacro.cpp | 119 if (auto CUDIE = U->getUnitDIE()) in parseImpl()
|
| H A D | DWARFTypePrinter.cpp | 33 D.getDwarfUnit()->getUnitDIE().find(DW_AT_language)) in appendArrayType()
|
| H A D | DWARFContext.cpp | 748 toUnsigned(DWOCU->getUnitDIE().find(DW_AT_GNU_dwo_id))) in getDWOCompileUnitForHash() 982 auto UnitDIE = U->getUnitDIE(); in getLineTableForUnit() 1010 auto UnitDIE = U->getUnitDIE(); in clearLineTableForUnit()
|
| /llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.h | 87 auto CUDie = OrigUnit.getUnitDIE(false); in CompileUnit() 106 void createOutputDIE() { NewUnit.emplace(OrigUnit.getUnitDIE().getTag()); } in createOutputDIE()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFUnit.h | 402 DWARFDie getUnitDIE(bool ExtractUnitDIEOnly = true) { 412 return DWO->getUnitDIE(ExtractUnitDIEOnly); 413 return getUnitDIE(ExtractUnitDIEOnly);
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 132 CU.getUnitDIE().find({dwarf::DW_AT_dwo_name, dwarf::DW_AT_GNU_dwo_name}), in getDWOName() 232 const DWARFDie &DIE = Unit.getUnitDIE(); in updateDebugInfo() 899 Unit->getUnitDIE().find(dwarf::DW_AT_stmt_list); in updateLineTableOffsets() 916 findAttributeInfo(CU.get()->getUnitDIE(), dwarf::DW_AT_stmt_list); in updateLineTableOffsets() 930 findAttributeInfo(TU.get()->getUnitDIE(), dwarf::DW_AT_stmt_list); in updateLineTableOffsets() 1013 DWARFDie DIE = CU->getUnitDIE(); in finalizeDebugSections() 1407 dwarf::toString(CU->getUnitDIE().find( in writeDWP() 1410 const char *Name = CU->getUnitDIE().getShortName(); in writeDWP()
|
| /llvm-project-15.0.7/llvm/tools/llvm-dwp/ |
| H A D | llvm-dwp.cpp | 64 const DWARFDie &Die = CU->getUnitDIE(); in getDWOFilenames()
|
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/ |
| H A D | DebugInfoLinker.cpp | 58 CU->getUnitDIE().getAddressRanges(); in ObjFileAddressMap()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryEmitter.cpp | 1082 DWARFDie CUDie = CU->getUnitDIE(); in emitDebugLineInfoForUnprocessedCUs() 1096 DWARFDie CUDie = CU->getUnitDIE(); in emitDebugLineInfoForUnprocessedCUs()
|
| H A D | DebugData.cpp | 670 findAttributeInfo(CU.getUnitDIE(), dwarf::DW_AT_loclists_base)) in finalizeDWARF5() 676 CU, CU.getUnitDIE().getAbbreviationDeclarationPtr(), in finalizeDWARF5() 678 DebugInfoPatcher.insertNewEntry(CU.getUnitDIE(), in finalizeDWARF5()
|
| H A D | BinaryContext.cpp | 1558 DwarfUnit->getUnitDIE().find( in preprocessDWODebugInfo() 1587 CU->getUnitDIE().getAddressRanges(); in preprocessDebugInfo() 1658 dwarf::toString(CU->getUnitDIE().find(dwarf::DW_AT_name), nullptr); in preprocessDebugInfo() 1663 Iter->second->getUnitDIE().find(dwarf::DW_AT_name), nullptr); in preprocessDebugInfo()
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 347 auto CUDIE = CU->getUnitDIE(); in dumpDebugLines()
|
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 511 const char *Name = CU->getUnitDIE().getShortName(); in collectObjectSources()
|