Searched refs:GetSymbolContextScope (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Target/
H A DStackID.cpp37 SymbolContextScope *lhs_scope = lhs.GetSymbolContextScope();
38 SymbolContextScope *rhs_scope = rhs.GetSymbolContextScope();
51 SymbolContextScope *lhs_scope = lhs.GetSymbolContextScope();
52 SymbolContextScope *rhs_scope = rhs.GetSymbolContextScope();
76 SymbolContextScope *lhs_scope = lhs.GetSymbolContextScope();
77 SymbolContextScope *rhs_scope = rhs.GetSymbolContextScope();
H A DThreadPlanStepUntil.cpp214 m_stack_id.GetSymbolContextScope()->CalculateSymbolContext(
H A DStackFrame.cpp151 if (m_id.GetSymbolContextScope()) {
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectVariable.h57 SymbolContextScope *GetSymbolContextScope() override;
H A DValueObject.h649 virtual SymbolContextScope *GetSymbolContextScope();
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DStackID.h35 SymbolContextScope *GetSymbolContextScope() const { return m_symbol_scope; } function in class:lldb_private::StackID
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DValueObjectVariable.cpp328 SymbolContextScope *sc_scope = m_variable_sp->GetSymbolContextScope();
336 SymbolContextScope *ValueObjectVariable::GetSymbolContextScope() { function in class:ValueObjectVariable
338 return m_variable_sp->GetSymbolContextScope();
H A DValueObject.cpp2965 SymbolContextScope *ValueObject::GetSymbolContextScope() { function in class:ValueObject
2968 return m_parent->GetSymbolContextScope();
/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DVariable.h51 SymbolContextScope *GetSymbolContextScope() const { return m_owner_scope; } function in class:lldb_private::Variable
H A DType.h170 SymbolContextScope *GetSymbolContextScope() { return m_context; } function in class:lldb_private::Type::ResolveState
171 const SymbolContextScope *GetSymbolContextScope() const { return m_context; } function in class:lldb_private::Type::ResolveState
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DSymbolContext.cpp569 SymbolContextScope *scs = type_sp->GetSymbolContextScope();
588 SymbolContextScope *scs = type_sp->GetSymbolContextScope();
608 SymbolContextScope *scs = type_sp->GetSymbolContextScope();
627 SymbolContextScope *scs = type_sp->GetSymbolContextScope();
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2023 SymbolContextScope *scc = variable->GetSymbolContextScope();

Completed in 129 milliseconds