Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h179 const Entry *getFromHash(uint64_t Offset) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp42 if (const llvm::DWARFUnitIndex::Entry *entry = index.getFromHash(hash)) { in GetDWOCompileUnitForHash()
H A DDWARFUnit.cpp955 entry = index.getFromHash(header.getTypeHash()); in extract()
957 entry = index.getFromHash(*dwo_id); in extract()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp306 const DWARFUnitIndex::Entry *DWARFUnitIndex::getFromHash(uint64_t S) const { in getFromHash() function in DWARFUnitIndex
H A DDWARFUnit.cpp94 IndexEntry = Index.getFromHash(Header.getTypeHash()); in addUnitsImpl()
96 IndexEntry = Index.getFromHash(*DWOId); in addUnitsImpl()
H A DDWARFContext.cpp1352 if (const auto *R = TUI.getFromHash(Hash)) in getTypeUnitForHash()
1364 if (const auto *R = CUI.getFromHash(Hash)) in getDWOCompileUnitForHash()