Lines Matching refs:comp_unit

34     : target_sp(), module_sp(m), comp_unit(cu), function(f), block(b),  in SymbolContext()
43 : target_sp(t), module_sp(m), comp_unit(cu), function(f), block(b), in SymbolContext()
60 comp_unit = nullptr; in Clear()
198 if (comp_unit != nullptr) { in GetDescription()
200 comp_unit->GetDescription(s, level); in GetDescription()
241 line_entry.GetDescription(s, level, comp_unit, target, false); in GetDescription()
291 if (comp_unit) in GetResolvedMask()
319 *s << "CompileUnit = " << comp_unit; in Dump()
320 if (comp_unit != nullptr) in Dump()
321 s->Format(" {{{0:x-16}} {1}", comp_unit->GetID(), in Dump()
322 comp_unit->GetPrimaryFile()); in Dump()
369 lhs.comp_unit == rhs.comp_unit && in operator ==()
427 } else if (comp_unit && in GetLanguage()
428 (lang = comp_unit->GetLanguage()) != eLanguageTypeUnknown) { in GetLanguage()
604 if (comp_unit != nullptr && !type_map.Empty()) { in SortTypeList()
609 if (scs && comp_unit == scs->CalculateSymbolContextCompileUnit()) in SortTypeList()
714 line_index = comp_unit->FindLineEntry(line_index, line_entry.line, nullptr, in GetAddressRangeFromHereToEndLine()
734 line_index = comp_unit->FindLineEntry(line_index, end_line, nullptr, false, in GetAddressRangeFromHereToEndLine()
1038 if (sc.block == nullptr && sc.comp_unit == nullptr) in SymbolContextMatches()
1056 if (!was_inlined && sc.comp_unit != nullptr) { in SymbolContextMatches()
1057 if (!FileSpec::Match(*m_file_spec_up, sc.comp_unit->GetPrimaryFile())) in SymbolContextMatches()
1213 sc.comp_unit == nullptr && sc.function == nullptr && in AppendIfUnique()