Lines Matching refs:comp_unit
38 : target_sp(), module_sp(m), comp_unit(cu), function(f), block(b), in SymbolContext()
47 : target_sp(t), module_sp(m), comp_unit(cu), function(f), block(b), in SymbolContext()
64 comp_unit = nullptr; in Clear()
202 if (comp_unit != nullptr) { in GetDescription()
204 comp_unit->GetDescription(s, level); in GetDescription()
245 line_entry.GetDescription(s, level, comp_unit, target, false); in GetDescription()
295 if (comp_unit) in GetResolvedMask()
323 *s << "CompileUnit = " << comp_unit; in Dump()
324 if (comp_unit != nullptr) in Dump()
325 s->Format(" {{{0:x-16}} {1}", comp_unit->GetID(), in Dump()
326 comp_unit->GetPrimaryFile()); in Dump()
373 lhs.comp_unit == rhs.comp_unit && in operator ==()
431 } else if (comp_unit && in GetLanguage()
432 (lang = comp_unit->GetLanguage()) != eLanguageTypeUnknown) { in GetLanguage()
610 if (comp_unit != nullptr && !type_map.Empty()) { in SortTypeList()
615 if (scs && comp_unit == scs->CalculateSymbolContextCompileUnit()) in SortTypeList()
720 line_index = comp_unit->FindLineEntry(line_index, line_entry.line, nullptr, in GetAddressRangeFromHereToEndLine()
740 line_index = comp_unit->FindLineEntry(line_index, end_line, nullptr, false, in GetAddressRangeFromHereToEndLine()
1041 if (sc.block == nullptr && sc.comp_unit == nullptr) in SymbolContextMatches()
1059 if (!was_inlined && sc.comp_unit != nullptr) { in SymbolContextMatches()
1060 if (!FileSpec::Match(*m_file_spec_up, sc.comp_unit->GetPrimaryFile())) in SymbolContextMatches()
1216 sc.comp_unit == nullptr && sc.function == nullptr && in AppendIfUnique()