Lines Matching defs:foreign_tu
105 DWARFTypeUnit *foreign_tu = dwp_sp->DebugInfo().GetTypeUnitForHash(*type_sig);
106 if (!foreign_tu)
110 DWARFBaseDIE tu_die = foreign_tu->GetUnitDIEOnly();
116 return foreign_tu; // We found a match!
123 if (std::optional<DWARFTypeUnit *> foreign_tu = GetForeignTypeUnit(entry))
124 return foreign_tu.value();
345 // If we get a NULL foreign_tu back, the entry doesn't match the type unit
348 std::optional<DWARFTypeUnit *> foreign_tu = GetForeignTypeUnit(entry);
349 if (foreign_tu && foreign_tu.value() == nullptr)
535 // If we get a NULL foreign_tu back, the entry doesn't match the type unit
538 std::optional<DWARFTypeUnit *> foreign_tu = GetForeignTypeUnit(entry);
539 if (foreign_tu && foreign_tu.value() == nullptr)