Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h145 const Entry *getFromHash(uint64_t Offset) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp284 const DWARFUnitIndex::Entry *DWARFUnitIndex::getFromHash(uint64_t S) const { in getFromHash() function in DWARFUnitIndex
H A DDWARFContext.cpp700 if (const auto *R = CUI.getFromHash(Hash)) in getDWOCompileUnitForHash()