Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h93 const Entry *getFromHash(uint64_t Offset) const;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp190 const DWARFUnitIndex::Entry *DWARFUnitIndex::getFromHash(uint64_t S) const { in getFromHash() function in DWARFUnitIndex
H A DDWARFContext.cpp617 if (const auto *R = CUI.getFromHash(Hash)) in getDWOCompileUnitForHash()