Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h145 const Entry *getFromHash(uint64_t Offset) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp40 if (const llvm::DWARFUnitIndex::Entry *entry = index.getFromHash(hash)) { in GetDWOCompileUnitForHash()
/freebsd-13.1/contrib/llvm-project/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()