Searched refs:getDebugInfoEntry (Results 1 – 3 of 3) sorted by relevance
53 const DWARFDebugInfoEntry *getDebugInfoEntry() const { return Die; } in getDebugInfoEntry() function342 return LHS.getDebugInfoEntry() == RHS.getDebugInfoEntry() &&
476 return getDIEIndex(D.getDebugInfoEntry()); in getDIEIndex()
150 : Unit(Die.getDwarfUnit()), DIE(*Die.getDebugInfoEntry()) {} in DWARFDieWrapper()