Home
last modified time | relevance | path

Searched refs:symbol_context_scope (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp187 auto symbol_context_scope = lldb::eSymbolContextLineEntry; in GetSameLineContiguousAddressRange() local
190 symbol_context_scope |= lldb::eSymbolContextBlock; in GetSameLineContiguousAddressRange()
196 range_end.CalculateSymbolContext(&next_line_sc, symbol_context_scope); in GetSameLineContiguousAddressRange()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1643 SymbolContextScope *symbol_context_scope = nullptr; in UpdateSymbolContextScopeForType() local
1646 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()
H A DSymbolFileDWARF.cpp3466 SymbolContextScope *symbol_context_scope = nullptr; in ParseVariableDIE() local
3545 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()