Searched refs:GetUnit (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.h43 DWARFUnit *GetUnit(const DIERef &die_ref);
H A DDWARFDebugInfo.cpp151 DWARFUnit *DWARFDebugInfo::GetUnit(const DIERef &die_ref) { function in class:DWARFDebugInfo
192 DWARFUnit *cu = GetUnit(die_ref);
H A DDWARFDIE.cpp154 return DWARFDIE(dwarf->DebugInfo()->GetUnit(DIERef(
H A DDebugNamesDWARFIndex.cpp162 DWARFUnit *cu = m_debug_info.GetUnit(*ref);

Completed in 63 milliseconds