Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h52 const DWARFDebugInfoEntry *getDebugInfoEntry() const { return Die; } in getDebugInfoEntry() function
341 return LHS.getDebugInfoEntry() == RHS.getDebugInfoEntry() &&
H A DDWARFUnit.h269 const DWARFDebugInfoEntry *getDebugInfoEntry(unsigned Index) const { in getDebugInfoEntry() function
500 return getDIEIndex(D.getDebugInfoEntry()); in getDIEIndex()
505 return DWARFDie(this, getDebugInfoEntry(Index)); in getDIEAtIndex()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp905 return getDebugInfoEntry(*ParentIdx); in getParentEntry()