Searched refs:symbol_context_scope (Results 1 – 3 of 3) sorted by relevance
197 auto symbol_context_scope = lldb::eSymbolContextLineEntry; in GetSameLineContiguousAddressRange() local200 symbol_context_scope |= lldb::eSymbolContextBlock; in GetSameLineContiguousAddressRange()206 range_end.CalculateSymbolContext(&next_line_sc, symbol_context_scope); in GetSameLineContiguousAddressRange()
1483 SymbolContextScope *symbol_context_scope = nullptr; in UpdateSymbolContextScopeForType() local1486 symbol_context_scope = sc.comp_unit; in UpdateSymbolContextScopeForType()1488 symbol_context_scope = in UpdateSymbolContextScopeForType()1490 if (symbol_context_scope == nullptr) in UpdateSymbolContextScopeForType()1491 symbol_context_scope = sc.function; in UpdateSymbolContextScopeForType()1493 symbol_context_scope = sc.module_sp.get(); in UpdateSymbolContextScopeForType()1496 if (symbol_context_scope != nullptr) in UpdateSymbolContextScopeForType()1497 type_sp->SetSymbolContextScope(symbol_context_scope); in UpdateSymbolContextScopeForType()
3296 SymbolContextScope *symbol_context_scope = nullptr; in ParseVariableDIE() local3399 symbol_context_scope = exe_symbol; in ParseVariableDIE()3447 if (symbol_context_scope == nullptr) { in ParseVariableDIE()3453 symbol_context_scope = in ParseVariableDIE()3455 if (symbol_context_scope == nullptr) in ParseVariableDIE()3456 symbol_context_scope = sc.function; in ParseVariableDIE()3461 symbol_context_scope = sc.comp_unit; in ParseVariableDIE()3466 if (!symbol_context_scope) { in ParseVariableDIE()3484 die.GetID(), name, mangled, type_sp, scope, symbol_context_scope, in ParseVariableDIE()