Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DLineEntry.cpp197 auto symbol_context_scope = lldb::eSymbolContextLineEntry; in GetSameLineContiguousAddressRange() local
200 symbol_context_scope |= lldb::eSymbolContextBlock; in GetSameLineContiguousAddressRange()
206 range_end.CalculateSymbolContext(&next_line_sc, symbol_context_scope); in GetSameLineContiguousAddressRange()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1483 SymbolContextScope *symbol_context_scope = nullptr; in UpdateSymbolContextScopeForType() local
1486 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()
H A DSymbolFileDWARF.cpp3296 SymbolContextScope *symbol_context_scope = nullptr; in ParseVariableDIE() local
3399 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()