Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h53 const DWARFDebugInfoEntry *getDebugInfoEntry() const { return Die; } in getDebugInfoEntry() function
324 return LHS.getDebugInfoEntry() == RHS.getDebugInfoEntry() &&
H A DDWARFUnit.h443 return getDIEIndex(D.getDebugInfoEntry()); in getDIEIndex()