Searched refs:GetTypeHash (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFTypeUnit.h21 uint64_t GetTypeHash() { return m_header.GetTypeHash(); } function in class:DWARFTypeUnit
H A DDWARFDebugInfo.cpp92 m_type_hash_to_unit_index.emplace_back(type_unit->GetTypeHash(),
H A DDWARFUnit.h59 uint64_t GetTypeHash() const { return m_type_hash; } function in class:DWARFUnitHeader

Completed in 74 milliseconds