Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h179 const Entry *getFromHash(uint64_t Offset) const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp41 if (const llvm::DWARFUnitIndex::Entry *entry = index.getFromHash(hash)) { in GetDWOCompileUnitForHash()
H A DDWARFUnit.cpp910 header.m_index_entry = Index->getFromHash(header.m_type_hash); in extract()
914 header.m_index_entry = Index->getFromHash(*header.m_dwo_id); in extract()
/openbsd-src/gnu/llvm/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.cpp91 IndexEntry = Index.getFromHash(Header.getTypeHash()); in addUnitsImpl()
93 IndexEntry = Index.getFromHash(*DWOId); in addUnitsImpl()
H A DDWARFContext.cpp705 if (const auto *R = TUI.getFromHash(Hash)) in getTypeUnitForHash()
732 if (const auto *R = CUI.getFromHash(Hash)) in getDWOCompileUnitForHash()