Home
last modified time | relevance | path

Searched refs:getUnitDIE (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp80 dwarfgen::DIE CUDie = CU.getUnitDIE(); in TestAllForms()
235 auto DieDG = U->getUnitDIE(false); in TestAllForms()
470 dwarfgen::DIE CUDie = CU.getUnitDIE(); in TestChildren()
502 auto DieDG = U->getUnitDIE(false); in TestChildren()
598 dwarfgen::DIE CU1Die = CU1.getUnitDIE(); in TestReferences()
627 dwarfgen::DIE CU2Die = CU2.getUnitDIE(); in TestReferences()
679 auto Unit1DieDG = U1->getUnitDIE(false); in TestReferences()
682 auto Unit2DieDG = U2->getUnitDIE(false); in TestReferences()
846 dwarfgen::DIE CUDie = CU.getUnitDIE(); in TestAddresses()
886 auto DieDG = U->getUnitDIE(false); in TestAddresses()
[all …]
DDwarfGenerator.cpp143 dwarfgen::DIE dwarfgen::CompileUnit::getUnitDIE() { in getUnitDIE() function in dwarfgen::CompileUnit
485 CUOffset = CU->getUnitDIE().computeSizeAndOffsets(CUOffset); in generate()
513 Asm->emitDwarfDIE(*CU->getUnitDIE().Die); in generate()
DDwarfGenerator.h157 DIE getUnitDIE();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp204 return dwarf::toString(getUnitDIE().find(DW_AT_comp_dir), nullptr); in getCompilationDir()
274 DWARFDie UnitDie = getUnitDIE(); in extractDIEsIfNeeded()
349 DWARFDie UnitDie = getUnitDIE(); in parseDWO()
438 DWARFDie UnitDie = getUnitDIE(); in collectAddressRanges()
460 getUnitDIE().collectChildrenAddressRanges(CURanges); in collectAddressRanges()
509 updateAddressDieMap(getUnitDIE()); in getSubroutineForAddress()
559 return getUnitDIE(); in getParent()
644 DWARFDie UnitDie = getUnitDIE(); in getBaseAddress()
DDWARFCompileUnit.cpp30 if (DWARFDie CUDie = getUnitDIE(false)) in dump()
DDWARFTypeUnit.cpp44 if (DWARFDie TU = getUnitDIE(false)) in dump()
DDWARFVerifier.cpp187 DWARFDie Die = Unit.getUnitDIE(/* ExtractUnitDIEOnly = */ false); in verifyUnitContents()
544 auto Die = CU->getUnitDIE(); in verifyDebugLineStmtOffsets()
588 auto Die = CU->getUnitDIE(); in verifyDebugLineRows()
DDWARFDebugLine.cpp1053 if (auto CUDIE = CU->getUnitDIE()) in buildLineToUnitMap()
1058 if (auto TUDIE = TU->getUnitDIE()) in buildLineToUnitMap()
DDWARFContext.cpp603 toUnsigned(DWOCU->getUnitDIE().find(DW_AT_GNU_dwo_id))) in getDWOCompileUnitForHash()
822 auto UnitDIE = U->getUnitDIE(); in getLineTableForUnit()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFCompileUnit.cpp25 if (const DWARFDebugInfoEntryMinimal *CU = getUnitDIE(false)) in dump()
DDWARFTypeUnit.cpp36 if (const DWARFDebugInfoEntryMinimal *TU = getUnitDIE(false)) in dump()
DDWARFUnit.cpp335 const auto *U = getUnitDIE(); in collectAddressRanges()
DDWARFContext.cpp156 const auto *CUDIE = CU->getUnitDIE(); in dump()
396 const auto *UnitDIE = U->getUnitDIE(); in getLineTableForUnit()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
DStatistics.cpp74 uint64_t UnitOfs = getLowPC(Die.getDwarfUnit()->getUnitDIE()); in collectStatsForDie()
202 if (DWARFDie CUDie = CU->getUnitDIE(false)) in collectStatsForObjectFile()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DCompileUnit.h86 auto CUDie = OrigUnit.getUnitDIE(false); in CompileUnit()
107 OrigUnit.getUnitDIE().getTag()); in createOutputDIE()
DDwarfLinker.cpp618 if (dwarf::toAddress(OrigUnit.getUnitDIE().find(dwarf::DW_AT_high_pc)) in shouldKeepSubprogramDIE()
1579 auto OrigUnitDie = OrigUnit.getUnitDIE(false); in patchRangesForUnit()
1681 DWARFDie CUDie = Unit.getOrigUnit().getUnitDIE(); in patchLineTableForUnit()
2163 auto CUDie = CU->getUnitDIE(false); in loadClangModule()
2202 if (!Unit->getOrigUnit().getUnitDIE().hasChildren()) in loadClangModule()
2223 auto InputDIE = CurrentUnit->getOrigUnit().getUnitDIE(); in cloneAllCompileUnits()
2461 auto CUDie = CU->getUnitDIE(false); in link()
2504 auto CUDie = CurrentUnit->getOrigUnit().getUnitDIE(); in link()
2507 analyzeContextInfo(CurrentUnit->getOrigUnit().getUnitDIE(), 0, in link()
2549 CurrentUnit->getOrigUnit().getUnitDIE(), in link()
DDwarfStreamer.cpp403 auto OrigUnitDie = OrigUnit.getUnitDIE(false); in emitLocationsForUnit()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp204 const auto *CUDie = OrigUnit.getUnitDIE(false); in CompileUnit()
848 const auto *OrigUnitDie = OrigUnit.getUnitDIE(false); in emitLocationsForUnit()
2885 const auto *OrigUnitDie = OrigUnit.getUnitDIE(false); in patchRangesForUnit()
2981 const DWARFDebugInfoEntryMinimal *CUDie = Unit.getOrigUnit().getUnitDIE(); in patchLineTableForUnit()
3341 auto *CUDie = CU->getUnitDIE(false); in loadClangModule()
3388 const auto *InputDIE = CurrentUnit.getOrigUnit().getUnitDIE(); in cloneAllCompileUnits()
3455 auto *CUDie = CU->getUnitDIE(false); in link()
3467 analyzeContextInfo(CurrentUnit.getOrigUnit().getUnitDIE(), 0, CurrentUnit, in link()
3476 lookForDIEsToKeep(RelocMgr, *CurrentUnit.getOrigUnit().getUnitDIE(), *Obj, in link()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h204 const DWARFDebugInfoEntryMinimal *getUnitDIE(bool ExtractUnitDIEOnly = true) {
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp242 auto CUDIE = CU->getUnitDIE(); in dumpDebugLines()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h438 DWARFDie getUnitDIE(bool ExtractUnitDIEOnly = true) {
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp479 const DWARFDie &Die = CU->getUnitDIE(); in getDWOFilenames()