Home
last modified time | relevance | path

Searched refs:getDebugInfoEntry (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h53 const DWARFDebugInfoEntry *getDebugInfoEntry() const { return Die; } in getDebugInfoEntry() function
342 return LHS.getDebugInfoEntry() == RHS.getDebugInfoEntry() &&
H A DDWARFUnit.h476 return getDIEIndex(D.getDebugInfoEntry()); in getDIEIndex()
/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DDWARFRewriter.h150 : Unit(Die.getDwarfUnit()), DIE(*Die.getDebugInfoEntry()) {} in DWARFDieWrapper()