Searched refs:foreign_tu (Results 1 – 1 of 1) sorted by relevance
105 DWARFTypeUnit *foreign_tu = dwp_sp->DebugInfo().GetTypeUnitForHash(*type_sig); in GetForeignTypeUnit() local106 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() local124 return foreign_tu.value(); in GetNonSkeletonUnit()352 std::optional<DWARFTypeUnit *> foreign_tu = GetForeignTypeUnit(entry); in GetFullyQualifiedType() local353 if (foreign_tu && foreign_tu.value() == nullptr) in GetFullyQualifiedType()