Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h111 virtual DWARFUnit *getUnitForIndexEntry(const DWARFUnitIndex::Entry &E) = 0;
153 UnitType *getUnitForIndexEntry(const DWARFUnitIndex::Entry &E) override { in getUnitForIndexEntry() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp591 return DWOCUs.getUnitForIndexEntry(*R); in getDWOCompileUnitForHash()