Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp133 D.getDwarfUnit()->getUnitDIE().find(DW_AT_language)) in dumpArrayType()
251 DWARFUnit *U = Die.getDwarfUnit(); in dumpAttribute()
326 const DWARFObject &Obj = Die.getDwarfUnit()->getContext().getDWARFObj(); in dumpAttribute()
590 getDwarfUnit()->getContext().getLineTableForUnit( in getDeclFile()
591 D.getDwarfUnit()->getLinkedUnit())) in getDeclFile()
593 *DeclFile, D.getDwarfUnit()->getCompilationDir(), Kind, FileName); in getDeclFile()
739 auto U = Die.getDwarfUnit(); in updateForIndex()
H A DDWARFVerifier.cpp479 unsigned DwarfVersion = Die.getDwarfUnit()->getVersion(); in verifyDebugInfoAttribute()
505 DWARFUnit *U = Die.getDwarfUnit(); in verifyDebugInfoAttribute()
553 DWARFUnit *U = Die.getDwarfUnit(); in verifyDebugInfoAttribute()
592 auto DieCU = Die.getDwarfUnit(); in verifyDebugInfoForm()
658 auto DieCU = Die.getDwarfUnit(); in verifyDebugInfoForm()
1296 if (DIE.getDwarfUnit()->getOffset() != CUOffset) { in verifyNameIndexEntries()
1300 DIE.getDwarfUnit()->getOffset()); in verifyNameIndexEntries()
1346 DWARFUnit *U = Die.getDwarfUnit(); in isVariableIndexable()
1450 uint64_t DieUnitOffset = Die.getOffset() - Die.getDwarfUnit()->getOffset(); in verifyNameIndexCompleteness()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h54 DWARFUnit *getDwarfUnit() const { return U; } in getDwarfUnit() function
342 LHS.getDwarfUnit() == RHS.getDwarfUnit();
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp200 DWARFUnit *U = Die.getDwarfUnit(); in constructDieID()
294 DWARFUnit *U = Die.getDwarfUnit(); in collectStatsForDie()
296 Die.getDwarfUnit()->getContext().isLittleEndian(), 0); in collectStatsForDie()
589 auto FnDie = Die.getDwarfUnit()->getDIEForOffset(Offset); in collectStatsRecursive()
741 CUDie.getDwarfUnit(), GlobalStats, LocStats, in collectStatsForObjectFile()
H A Dllvm-dwarfdump.cpp330 DIDumpOptions DumpOpts = getDumpOpts(Die.getDwarfUnit()->getContext()); in filterByName()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp50 DWARFUnit *U = VarDie.getDwarfUnit(); in addVariable()