Lines Matching refs:comp_unit

31     : target_sp(), module_sp(), comp_unit(nullptr), function(nullptr),  in SymbolContext()
36 : target_sp(), module_sp(m), comp_unit(cu), function(f), block(b), in SymbolContext()
45 : target_sp(t), module_sp(m), comp_unit(cu), function(f), block(b), in SymbolContext()
53 comp_unit(rhs.comp_unit), function(rhs.function), block(rhs.block), in SymbolContext()
57 : target_sp(), module_sp(), comp_unit(nullptr), function(nullptr), in SymbolContext()
68 comp_unit = rhs.comp_unit; in operator =()
82 comp_unit = nullptr; in Clear()
215 if (comp_unit != nullptr) { in GetDescription()
217 comp_unit->GetDescription(s, level); in GetDescription()
258 line_entry.GetDescription(s, level, comp_unit, target, false); in GetDescription()
308 if (comp_unit) in GetResolvedMask()
336 *s << "CompileUnit = " << comp_unit; in Dump()
337 if (comp_unit != nullptr) in Dump()
338 *s << " {0x" << comp_unit->GetID() << "} " in Dump()
339 << *(static_cast<FileSpec *>(comp_unit)); in Dump()
388 lhs.comp_unit == rhs.comp_unit && in operator ==()
446 } else if (comp_unit && in GetLanguage()
447 (lang = comp_unit->GetLanguage()) != eLanguageTypeUnknown) { in GetLanguage()
636 if (comp_unit != nullptr && !type_map.Empty()) { in SortTypeList()
641 if (scs && comp_unit == scs->CalculateSymbolContextCompileUnit()) in SortTypeList()
750 line_index = comp_unit->FindLineEntry(line_index, line_entry.line, nullptr, in GetAddressRangeFromHereToEndLine()
770 line_index = comp_unit->FindLineEntry(line_index, end_line, nullptr, false, in GetAddressRangeFromHereToEndLine()
1077 if (sc.block == nullptr && sc.comp_unit == nullptr) in SymbolContextMatches()
1095 if (!was_inlined && sc.comp_unit != nullptr) { in SymbolContextMatches()
1096 if (!FileSpec::Equal(*(sc.comp_unit), *(m_file_spec_ap.get()), false)) in SymbolContextMatches()
1256 sc.comp_unit == nullptr && sc.function == nullptr && in AppendIfUnique()