Searched refs:SymbolContextScope (Results 1 – 25 of 32) sorted by relevance
12
| /trueos/contrib/llvm/tools/lldb/source/Target/ |
| HD | StackID.cpp | 47 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 <()
|
| HD | StackFrame.cpp | 207 SymbolContextScope *scope = GetFrameBlock (); in GetStackID() 236 StackFrame::SetSymbolContextScope (SymbolContextScope *symbol_scope) in SetSymbolContextScope()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | StackID.h | 36 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.
|
| HD | StackFrame.h | 490 SetSymbolContextScope (SymbolContextScope *symbol_scope);
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | Variable.h | 35 SymbolContextScope *owner_scope, 61 SymbolContextScope * 171 SymbolContextScope *m_owner_scope; // The symbol file scope that this variable was defined in
|
| HD | SymbolContextScope.h | 71 class SymbolContextScope 75 ~SymbolContextScope () {} in ~SymbolContextScope()
|
| HD | Block.h | 44 public SymbolContextScope 404 SetParentScope (SymbolContextScope *parent_scope) in SetParentScope() 476 SymbolContextScope *m_parent_scope;
|
| HD | Type.h | 84 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
|
| HD | SymbolContext.h | 24 class SymbolContextScope; variable 57 SymbolContext (SymbolContextScope *sc_scope);
|
| HD | CompileUnit.h | 39 public SymbolContextScope
|
| HD | SymbolFile.h | 143 virtual size_t GetTypes (lldb_private::SymbolContextScope *sc_scope,
|
| HD | SymbolVendor.h | 157 GetTypes (SymbolContextScope *sc_scope,
|
| HD | Function.h | 331 public SymbolContextScope
|
| HD | Symbol.h | 22 public SymbolContextScope
|
| /trueos/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | Symbol.cpp | 28 SymbolContextScope (), in Symbol() 62 SymbolContextScope (), in Symbol() 94 SymbolContextScope (), in Symbol() 113 SymbolContextScope (rhs), in Symbol() 136 SymbolContextScope::operator= (rhs); in operator =()
|
| HD | SymbolVendor.cpp | 349 SymbolVendor::GetTypes (SymbolContextScope *sc_scope, in GetTypes()
|
| HD | Variable.cpp | 42 SymbolContextScope *context, in Variable()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | ValueObjectVariable.h | 55 virtual SymbolContextScope *
|
| HD | Module.h | 45 public SymbolContextScope
|
| HD | ValueObject.h | 742 virtual SymbolContextScope *
|
| /trueos/contrib/llvm/tools/lldb/source/Core/ |
| HD | ValueObjectVariable.cpp | 290 SymbolContextScope *sc_scope = m_variable_sp->GetSymbolContextScope(); in GetModule() 299 SymbolContextScope *
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/ |
| HD | SymbolFileSymtab.h | 106 GetTypes (lldb_private::SymbolContextScope *sc_scope,
|
| HD | SymbolFileSymtab.cpp | 64 SymbolFileSymtab::GetTypes (SymbolContextScope *sc_scope, uint32_t type_mask, lldb_private::TypeLis… in GetTypes()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | SymbolFileDWARFDebugMap.h | 92 virtual size_t GetTypes (lldb_private::SymbolContextScope *sc_scope,
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/ |
| HD | lldb-forward.h | 208 class SymbolContextScope; variable
|
12