Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFTypeUnit.h27 uint64_t GetTypeHash() { return m_header.GetTypeHash(); } in GetTypeHash() function
H A DDWARFDebugInfo.cpp99 m_type_hash_to_unit_index.emplace_back(type_unit->GetTypeHash(), in ParseUnitsFor()
H A DDWARFUnit.h72 uint64_t GetTypeHash() const { return m_type_hash; } in GetTypeHash() function
H A DDWARFUnit.cpp1002 entry = index.getFromHash(expected_header->GetTypeHash()); in extract()