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

12

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolContextScope.h1 //===-- SymbolContextScope.h ------------------------------------*- C++ -*-===//
22 /// @class SymbolContextScope SymbolContextScope.h "lldb/Symbol/SymbolContextScope.h"
40 /// Other objects can store a "SymbolContextScope *" using any pointers
46 /// Example objects include that currently use "SymbolContextScope *"
49 /// by making sure the SymbolContextScope * comes from the scope
60 /// start PC for the function/symbol and the SymbolContextScope
67 /// called. Lists can also be created using a SymbolContextScope* and
71 class SymbolContextScope class in namespace:lldb_private
[all...]
H A DVariable.h35 SymbolContextScope *owner_scope,
61 SymbolContextScope *
171 SymbolContextScope *m_owner_scope; // The symbol file scope that this variable was defined in
H A DBlock.h44 public SymbolContextScope
109 /// @copydoc SymbolContextScope::CalculateSymbolContext(SymbolContext*)
111 /// @see SymbolContextScope
191 /// @copydoc SymbolContextScope::DumpSymbolContext(Stream*)
193 /// @see SymbolContextScope
404 SetParentScope (SymbolContextScope *parent_scope)
476 SymbolContextScope *m_parent_scope;
H A DSymbolContext.h24 class SymbolContextScope;
57 SymbolContext (SymbolContextScope *sc_scope);
H A DType.h84 SymbolContextScope *context,
209 SymbolContextScope *
214 const SymbolContextScope *
220 SetSymbolContextScope(SymbolContextScope *context)
287 SymbolContextScope *m_context; // The symbol context in which this type is defined
H A DCompileUnit.h39 public SymbolContextScope
124 /// @copydoc SymbolContextScope::CalculateSymbolContext(SymbolContext*)
126 /// @see SymbolContextScope
138 /// @copydoc SymbolContextScope::DumpSymbolContext(Stream*)
140 /// @see SymbolContextScope
H A DFunction.h311 /// their symbol context (Function::SymbolContextScope), have a
331 public SymbolContextScope
418 /// @copydoc SymbolContextScope::CalculateSymbolContext(SymbolContext*)
420 /// @see SymbolContextScope
591 /// @copydoc SymbolContextScope::DumpSymbolContext(Stream*)
593 /// @see SymbolContextScope
H A DSymbol.h17 #include "lldb/Symbol/SymbolContextScope.h"
22 public SymbolContextScope
273 /// @copydoc SymbolContextScope::CalculateSymbolContext(SymbolContext*)
275 /// @see SymbolContextScope
287 /// @copydoc SymbolContextScope::DumpSymbolContext(Stream*)
289 /// @see SymbolContextScope
H A DSymbolFile.h143 virtual size_t GetTypes (lldb_private::SymbolContextScope *sc_scope,
H A DSymbolVendor.h157 GetTypes (SymbolContextScope *sc_scope,
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DStackID.cpp47 SymbolContextScope *lhs_scope = lhs.GetSymbolContextScope();
48 SymbolContextScope *rhs_scope = rhs.GetSymbolContextScope();
63 SymbolContextScope *lhs_scope = lhs.GetSymbolContextScope();
64 SymbolContextScope *rhs_scope = rhs.GetSymbolContextScope();
87 SymbolContextScope *lhs_scope = lhs.GetSymbolContextScope();
88 SymbolContextScope *rhs_scope = rhs.GetSymbolContextScope();
H A DStackFrame.cpp27 #include "lldb/Symbol/SymbolContextScope.h"
207 SymbolContextScope *scope = GetFrameBlock ();
236 StackFrame::SetSymbolContextScope (SymbolContextScope *symbol_scope)
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackID.h36 StackID (lldb::addr_t pc, lldb::addr_t cfa, SymbolContextScope *symbol_scope) :
66 SymbolContextScope *
73 SetSymbolContextScope (SymbolContextScope *symbol_scope)
136 SymbolContextScope *m_symbol_scope; // If NULL, there is no block or symbol for this frame.
H A DStackFrame.h490 SetSymbolContextScope (SymbolContextScope *symbol_scope);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectVariable.h55 virtual SymbolContextScope *
H A DModule.h19 #include "lldb/Symbol/SymbolContextScope.h"
45 public SymbolContextScope
149 /// @copydoc SymbolContextScope::CalculateSymbolContext(SymbolContext*)
151 /// @see SymbolContextScope
202 /// @copydoc SymbolContextScope::DumpSymbolContext(Stream*)
204 /// @see SymbolContextScope
H A DValueObject.h742 virtual SymbolContextScope *
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbol.cpp28 SymbolContextScope (),
62 SymbolContextScope (),
94 SymbolContextScope (),
113 SymbolContextScope (rhs),
136 SymbolContextScope::operator= (rhs);
H A DSymbolVendor.cpp349 SymbolVendor::GetTypes (SymbolContextScope *sc_scope,
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectVariable.cpp25 #include "lldb/Symbol/SymbolContextScope.h"
290 SymbolContextScope *sc_scope = m_variable_sp->GetSymbolContextScope();
299 SymbolContextScope *
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h106 GetTypes (lldb_private::SymbolContextScope *sc_scope,
H A DSymbolFileSymtab.cpp64 SymbolFileSymtab::GetTypes (SymbolContextScope *sc_scope, uint32_t type_mask, lldb_private::TypeList &type_list)
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h92 virtual size_t GetTypes (lldb_private::SymbolContextScope *sc_scope,
H A DSymbolFileDWARF.h125 virtual size_t GetTypes (lldb_private::SymbolContextScope *sc_scope,
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h208 class SymbolContextScope;

Completed in 249 milliseconds

12