Home
last modified time | relevance | path

Searched refs:SymbolContextScope (Results 1 – 25 of 32) sorted by relevance

12

/trueos/contrib/llvm/tools/lldb/source/Target/
HDStackID.cpp47 SymbolContextScope *lhs_scope = lhs.GetSymbolContextScope(); in operator ==()
48 SymbolContextScope *rhs_scope = rhs.GetSymbolContextScope(); in operator ==()
63 SymbolContextScope *lhs_scope = lhs.GetSymbolContextScope(); in operator !=()
64 SymbolContextScope *rhs_scope = rhs.GetSymbolContextScope(); in operator !=()
87 SymbolContextScope *lhs_scope = lhs.GetSymbolContextScope(); in operator <()
88 SymbolContextScope *rhs_scope = rhs.GetSymbolContextScope(); in operator <()
HDStackFrame.cpp207 SymbolContextScope *scope = GetFrameBlock (); in GetStackID()
236 StackFrame::SetSymbolContextScope (SymbolContextScope *symbol_scope) in SetSymbolContextScope()
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDStackID.h36 StackID (lldb::addr_t pc, lldb::addr_t cfa, SymbolContextScope *symbol_scope) : in StackID()
66 SymbolContextScope *
73 SetSymbolContextScope (SymbolContextScope *symbol_scope) in SetSymbolContextScope()
136 SymbolContextScope *m_symbol_scope; // If NULL, there is no block or symbol for this frame.
HDStackFrame.h490 SetSymbolContextScope (SymbolContextScope *symbol_scope);
/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDVariable.h35 SymbolContextScope *owner_scope,
61 SymbolContextScope *
171 SymbolContextScope *m_owner_scope; // The symbol file scope that this variable was defined in
HDSymbolContextScope.h71 class SymbolContextScope
75 ~SymbolContextScope () {} in ~SymbolContextScope()
HDBlock.h44 public SymbolContextScope
404 SetParentScope (SymbolContextScope *parent_scope) in SetParentScope()
476 SymbolContextScope *m_parent_scope;
HDType.h84 SymbolContextScope *context,
209 SymbolContextScope *
214 const SymbolContextScope *
220 SetSymbolContextScope(SymbolContextScope *context) in SetSymbolContextScope()
287 SymbolContextScope *m_context; // The symbol context in which this type is defined
HDSymbolContext.h24 class SymbolContextScope; variable
57 SymbolContext (SymbolContextScope *sc_scope);
HDCompileUnit.h39 public SymbolContextScope
HDSymbolFile.h143 virtual size_t GetTypes (lldb_private::SymbolContextScope *sc_scope,
HDSymbolVendor.h157 GetTypes (SymbolContextScope *sc_scope,
HDFunction.h331 public SymbolContextScope
HDSymbol.h22 public SymbolContextScope
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDSymbol.cpp28 SymbolContextScope (), in Symbol()
62 SymbolContextScope (), in Symbol()
94 SymbolContextScope (), in Symbol()
113 SymbolContextScope (rhs), in Symbol()
136 SymbolContextScope::operator= (rhs); in operator =()
HDSymbolVendor.cpp349 SymbolVendor::GetTypes (SymbolContextScope *sc_scope, in GetTypes()
HDVariable.cpp42 SymbolContextScope *context, in Variable()
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObjectVariable.h55 virtual SymbolContextScope *
HDModule.h45 public SymbolContextScope
HDValueObject.h742 virtual SymbolContextScope *
/trueos/contrib/llvm/tools/lldb/source/Core/
HDValueObjectVariable.cpp290 SymbolContextScope *sc_scope = m_variable_sp->GetSymbolContextScope(); in GetModule()
299 SymbolContextScope *
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
HDSymbolFileSymtab.h106 GetTypes (lldb_private::SymbolContextScope *sc_scope,
HDSymbolFileSymtab.cpp64 SymbolFileSymtab::GetTypes (SymbolContextScope *sc_scope, uint32_t type_mask, lldb_private::TypeLis… in GetTypes()
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.h92 virtual size_t GetTypes (lldb_private::SymbolContextScope *sc_scope,
/trueos/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h208 class SymbolContextScope; variable

12