Home | History | Annotate | Download | only in Symbol

Lines Matching refs:comp_unit

32     comp_unit   (NULL),
43 comp_unit (cu),
56 comp_unit (cu),
69 comp_unit (rhs.comp_unit),
81 comp_unit (NULL),
101 comp_unit = rhs.comp_unit;
116 comp_unit = NULL;
246 if (comp_unit != NULL)
249 comp_unit->GetDescription (s, level);
296 line_entry.GetDescription (s, level, comp_unit, target, false);
314 if (comp_unit) resolved_mask |= eSymbolContextCompUnit;
337 *s << "CompileUnit = " << (void *)comp_unit;
338 if (comp_unit != NULL)
339 *s << " {0x" << comp_unit->GetID() << "} " << *(static_cast<FileSpec*> (comp_unit));
384 && lhs.comp_unit == rhs.comp_unit
395 || lhs.comp_unit != rhs.comp_unit
797 // If we don't have a block or a comp_unit, then we aren't going to match a source file.
798 if (sc.block == NULL && sc.comp_unit == NULL)
815 if (!was_inlined && sc.comp_unit != NULL)
817 if (!FileSpec::Equal (*(sc.comp_unit), *(m_file_spec_ap.get()), false))
1017 && sc.comp_unit == NULL
1057 && symbol_sc.comp_unit == NULL