Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp105 DWARFTypeUnit *foreign_tu = dwp_sp->DebugInfo().GetTypeUnitForHash(*type_sig); in GetForeignTypeUnit() local
106 if (!foreign_tu) in GetForeignTypeUnit()
110 DWARFBaseDIE tu_die = foreign_tu->GetUnitDIEOnly(); in GetForeignTypeUnit()
116 return foreign_tu; // We found a match! in GetForeignTypeUnit()
123 if (std::optional<DWARFTypeUnit *> foreign_tu = GetForeignTypeUnit(entry)) in GetNonSkeletonUnit() local
124 return foreign_tu.value(); in GetNonSkeletonUnit()
352 std::optional<DWARFTypeUnit *> foreign_tu = GetForeignTypeUnit(entry); in GetFullyQualifiedType() local
353 if (foreign_tu && foreign_tu.value() == nullptr) in GetFullyQualifiedType()