Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h53 const DWARFDebugInfoEntry *getDebugInfoEntry() const { return Die; } in getDebugInfoEntry() function
323 return LHS.getDebugInfoEntry() == RHS.getDebugInfoEntry() &&
DDWARFUnit.h500 return getDIEIndex(D.getDebugInfoEntry()); in getDIEIndex()