Home
last modified time | relevance | path

Searched refs:getDwarfUnit (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h53 DWARFUnit *getDwarfUnit() const { return U; } in getDwarfUnit() function
342 LHS.getDwarfUnit() == RHS.getDwarfUnit();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp250 DWARFUnit *U = Die.getDwarfUnit(); in processOneAttribute()
527 DIE.getDwarfUnit()->getDebugInfoExtractor(); in processOneDie()
612 InputDIE.getDwarfUnit()->getDebugInfoExtractor(); in processOneDie()
949 CUDie.getDwarfUnit()->isDWOUnit() ? CU->getUnitDIE(false) : DummyDie; in createScopes()
953 (!CUDie.getDwarfUnit()->isDWOUnit() || in createScopes()
954 (SkeletonDie.isValid() ? !SkeletonDie.getDwarfUnit()->isDWOUnit() in createScopes()
995 DWARFUnit *U = Die.getDwarfUnit(); in processLocationList()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp249 DWARFUnit *U = Die.getDwarfUnit(); in constructDieID()
343 DWARFUnit *U = Die.getDwarfUnit(); in collectStatsForDie()
345 Die.getDwarfUnit()->getContext().isLittleEndian(), 0); in collectStatsForDie()
577 AbstractOriginFnCUs[SPOffset] = Die.getDwarfUnit(); in collectStatsRecursive()
647 auto FnDie = Die.getDwarfUnit()->getDIEForOffset(Offset); in collectStatsRecursive()
896 CUDie.getDwarfUnit(), GlobalStats, LocStats, in collectStatsForObjectFile()
903 DIELocation(CUDie.getDwarfUnit(), CrossCUReferencingDIEOffset)); in collectStatsForObjectFile()
H A Dllvm-dwarfdump.cpp400 DIDumpOptions DumpOpts = getDumpOpts(Die.getDwarfUnit()->getContext()); in filterByName()
449 filterDieNames(CUNonSkeletonDie.getDwarfUnit()); in filterByName()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp239 dump(Die.getDwarfUnit()->getUnitDIE()) << '\n'; in verifyName()
557 DWARFUnit *Unit = Die.getDwarfUnit(); in verifyDieRanges()
668 DWARFUnit *U = Die.getDwarfUnit(); in verifyDebugInfoAttribute()
829 auto DieCU = Die.getDwarfUnit(); in verifyDebugInfoForm()
1621 if (DIE.getDwarfUnit()->getOffset() != CUOffset) { in verifyNameIndexEntries()
1627 DIE.getDwarfUnit()->getOffset()); in verifyNameIndexEntries()
1689 DWARFUnit *U = Die.getDwarfUnit(); in isVariableIndexable()
1799 uint64_t DieUnitOffset = Die.getOffset() - Die.getDwarfUnit()->getOffset(); in verifyNameIndexCompleteness()
H A DDWARFDie.cpp125 DWARFUnit *U = Die.getDwarfUnit(); in dumpAttribute()
211 const DWARFObject &Obj = Die.getDwarfUnit()->getContext().getDWARFObj(); in dumpAttribute()
700 auto U = Die.getDwarfUnit(); in updateForIndex()
H A DDWARFTypePrinter.cpp33 D.getDwarfUnit()->getUnitDIE().find(DW_AT_language)) in appendArrayType()
H A DDWARFContext.cpp1034 CUNonSkeletonDie.getDwarfUnit() in dump()
1563 dyn_cast_or_null<DWARFCompileUnit>(CUDwoDie.getDwarfUnit()); in getDIEsForAddress()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp91 if (!isDeadAddress(*LowPC, DIE.getDwarfUnit()->getVersion(), in getSubprogramRelocAdjustment()
93 DIE.getDwarfUnit()->getAddressByteSize())) in getSubprogramRelocAdjustment()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp58 DWARFUnit *U = VarDie.getDwarfUnit(); in addVariable()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp291 auto &DU = *Die.getDwarfUnit(); in getLocation()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp564 DWARFUnit *DWOCU = DwarfUnit.getNonSkeletonUnitDIE(false).getDwarfUnit(); in convert()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp426 DWARFUnit *U = DIE.getDwarfUnit(); in getVariableRelocAdjustment()
486 DIE.getDwarfUnit()->getIndexedAddressOffset( in getVariableRelocAdjustment()
492 *AddressOffset + DIE.getDwarfUnit()->getAddressByteSize(), in getVariableRelocAdjustment()