Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h54 DWARFUnit *getDwarfUnit() const { return U; } in getDwarfUnit() function
325 LHS.getDwarfUnit() == RHS.getDwarfUnit();
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp499 DWARFUnit *U = Die.getDwarfUnit(); in verifyDebugInfoAttribute()
557 auto DieCU = Die.getDwarfUnit(); in verifyDebugInfoForm()
623 auto DieCU = Die.getDwarfUnit(); in verifyDebugInfoForm()
1258 if (DIE.getDwarfUnit()->getOffset() != CUOffset) { in verifyNameIndexEntries()
1262 DIE.getDwarfUnit()->getOffset()); in verifyNameIndexEntries()
1307 DWARFUnit *U = Die.getDwarfUnit(); in isVariableIndexable()
1425 uint64_t DieUnitOffset = Die.getOffset() - Die.getDwarfUnit()->getOffset(); in verifyNameIndexCompleteness()
H A DDWARFDie.cpp164 D.getDwarfUnit()->getUnitDIE().find(DW_AT_language)) in dumpArrayType()
281 DWARFUnit *U = Die.getDwarfUnit(); in dumpAttribute()
345 const DWARFObject &Obj = Die.getDwarfUnit()->getContext().getDWARFObj(); in dumpAttribute()
695 auto U = Die.getDwarfUnit(); in updateForIndex()
/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp97 auto *DebugLoc = Die.getDwarfUnit()->getContext().getDebugLoc(); in collectStatsForDie()
103 uint64_t UnitOfs = getLowPC(Die.getDwarfUnit()->getUnitDIE()); in collectStatsForDie()