Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.h42 DWARFTypeUnit *GetTypeUnitForHash(uint64_t hash);
H A DDebugNamesDWARFIndex.cpp90 return dwo_cu.GetSymbolFileDWARF().DebugInfo().GetTypeUnitForHash( in GetForeignTypeUnit()
105 DWARFTypeUnit *foreign_tu = dwp_sp->DebugInfo().GetTypeUnitForHash(*type_sig); in GetForeignTypeUnit()
H A DDWARFDebugInfo.cpp239 DWARFTypeUnit *DWARFDebugInfo::GetTypeUnitForHash(uint64_t hash) { in GetTypeUnitForHash() function in DWARFDebugInfo
H A DDWARFFormValue.cpp536 m_unit->GetSymbolFileDWARF().DebugInfo().GetTypeUnitForHash(value); in Reference()