Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h54 DWARFUnit *getDwarfUnit() const { return U; } in getDwarfUnit() function
324 LHS.getDwarfUnit() == RHS.getDwarfUnit();
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
DStatistics.cpp68 auto *DebugLoc = Die.getDwarfUnit()->getContext().getDebugLoc(); in collectStatsForDie()
74 uint64_t UnitOfs = getLowPC(Die.getDwarfUnit()->getUnitDIE()); in collectStatsForDie()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp419 DWARFUnit *U = Die.getDwarfUnit(); in verifyDebugInfoAttribute()
463 auto DieCU = Die.getDwarfUnit(); in verifyDebugInfoForm()
1107 if (DIE.getDwarfUnit()->getOffset() != CUOffset) { in verifyNameIndexEntries()
1111 DIE.getDwarfUnit()->getOffset()); in verifyNameIndexEntries()
1156 DWARFUnit *U = Die.getDwarfUnit(); in isVariableIndexable()
1271 uint64_t DieUnitOffset = Die.getOffset() - Die.getDwarfUnit()->getOffset(); in verifyNameIndexCompleteness()
DDWARFDie.cpp201 DWARFUnit *U = Die.getDwarfUnit(); in dumpAttribute()
262 const DWARFObject &Obj = Die.getDwarfUnit()->getContext().getDWARFObj(); in dumpAttribute()
606 auto U = Die.getDwarfUnit(); in updateForIndex()