Searched refs:symbol_context_scope (Results 1 – 3 of 3) sorted by relevance
187 auto symbol_context_scope = lldb::eSymbolContextLineEntry; in GetSameLineContiguousAddressRange() local190 symbol_context_scope |= lldb::eSymbolContextBlock; in GetSameLineContiguousAddressRange()196 range_end.CalculateSymbolContext(&next_line_sc, symbol_context_scope); in GetSameLineContiguousAddressRange()
1643 SymbolContextScope *symbol_context_scope = nullptr; in UpdateSymbolContextScopeForType() local1646 symbol_context_scope = sc.comp_unit; in UpdateSymbolContextScopeForType()1648 symbol_context_scope = in UpdateSymbolContextScopeForType()1650 if (symbol_context_scope == nullptr) in UpdateSymbolContextScopeForType()1651 symbol_context_scope = sc.function; in UpdateSymbolContextScopeForType()1653 symbol_context_scope = sc.module_sp.get(); in UpdateSymbolContextScopeForType()1656 if (symbol_context_scope != nullptr) in UpdateSymbolContextScopeForType()1657 type_sp->SetSymbolContextScope(symbol_context_scope); in UpdateSymbolContextScopeForType()
3466 SymbolContextScope *symbol_context_scope = nullptr; in ParseVariableDIE() local3545 symbol_context_scope = exe_symbol; in ParseVariableDIE()3588 if (symbol_context_scope == nullptr) { in ParseVariableDIE()3594 symbol_context_scope = in ParseVariableDIE()3596 if (symbol_context_scope == nullptr) in ParseVariableDIE()3597 symbol_context_scope = sc.function; in ParseVariableDIE()3602 symbol_context_scope = sc.comp_unit; in ParseVariableDIE()3607 if (!symbol_context_scope) { in ParseVariableDIE()3630 die.GetID(), name, mangled, type_sp, scope, symbol_context_scope, in ParseVariableDIE()