Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1532 SymbolContextScope *symbol_context_scope = nullptr; in UpdateSymbolContextScopeForType() local
1535 symbol_context_scope = sc.comp_unit; in UpdateSymbolContextScopeForType()
1537 symbol_context_scope = in UpdateSymbolContextScopeForType()
1539 if (symbol_context_scope == nullptr) in UpdateSymbolContextScopeForType()
1540 symbol_context_scope = sc.function; in UpdateSymbolContextScopeForType()
1542 symbol_context_scope = sc.module_sp.get(); in UpdateSymbolContextScopeForType()
1545 if (symbol_context_scope != nullptr) in UpdateSymbolContextScopeForType()
1546 type_sp->SetSymbolContextScope(symbol_context_scope); in UpdateSymbolContextScopeForType()
H A DSymbolFileDWARF.cpp3577 SymbolContextScope *symbol_context_scope = nullptr; in ParseVariableDIE() local
3652 symbol_context_scope = exe_symbol; in ParseVariableDIE()
3695 if (symbol_context_scope == nullptr) { in ParseVariableDIE()
3701 symbol_context_scope = in ParseVariableDIE()
3703 if (symbol_context_scope == nullptr) in ParseVariableDIE()
3704 symbol_context_scope = sc.function; in ParseVariableDIE()
3709 symbol_context_scope = sc.comp_unit; in ParseVariableDIE()
3714 if (!symbol_context_scope) { in ParseVariableDIE()
3735 die.GetID(), name, mangled, type_sp, scope, symbol_context_scope, in ParseVariableDIE()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp184 auto symbol_context_scope = lldb::eSymbolContextLineEntry; in GetSameLineContiguousAddressRange() local
187 symbol_context_scope |= lldb::eSymbolContextBlock; in GetSameLineContiguousAddressRange()
193 range_end.CalculateSymbolContext(&next_line_sc, symbol_context_scope); in GetSameLineContiguousAddressRange()