reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/lldb/include/lldb/Core/Module.h
   73 class Module : public std::enable_shared_from_this<Module>,
tools/lldb/include/lldb/Symbol/Block.h
   41 class Block : public UserID, public SymbolContextScope {
tools/lldb/include/lldb/Symbol/CompileUnit.h
   35 class CompileUnit : public std::enable_shared_from_this<CompileUnit>,
tools/lldb/include/lldb/Symbol/Function.h
  341 class Function : public UserID, public SymbolContextScope {
tools/lldb/include/lldb/Symbol/Symbol.h
   20 class Symbol : public SymbolContextScope {

Declarations

tools/lldb/include/lldb/Core/ValueObject.h
   51 class SymbolContextScope;
tools/lldb/include/lldb/Core/ValueObjectVariable.h
   29 class SymbolContextScope;
tools/lldb/include/lldb/Symbol/SymbolContext.h
   24 class SymbolContextScope;
tools/lldb/include/lldb/lldb-forward.h
  219 class SymbolContextScope;
tools/lldb/source/Core/ValueObject.cpp
   71 class SymbolContextScope;

References

tools/lldb/include/lldb/Core/Module.h
   74                public SymbolContextScope {
tools/lldb/include/lldb/Core/ValueObject.h
  634   virtual SymbolContextScope *GetSymbolContextScope();
tools/lldb/include/lldb/Core/ValueObjectVariable.h
   56   SymbolContextScope *GetSymbolContextScope() override;
tools/lldb/include/lldb/Symbol/Block.h
   41 class Block : public UserID, public SymbolContextScope {
  340   void SetParentScope(SymbolContextScope *parent_scope) {
  383   SymbolContextScope *m_parent_scope;
tools/lldb/include/lldb/Symbol/CompileUnit.h
   39                     public SymbolContextScope {
tools/lldb/include/lldb/Symbol/Function.h
  341 class Function : public UserID, public SymbolContextScope {
tools/lldb/include/lldb/Symbol/Symbol.h
   20 class Symbol : public SymbolContextScope {
tools/lldb/include/lldb/Symbol/SymbolContext.h
   47   explicit SymbolContext(SymbolContextScope *sc_scope);
tools/lldb/include/lldb/Symbol/SymbolFile.h
  204   virtual void GetTypes(lldb_private::SymbolContextScope *sc_scope,
tools/lldb/include/lldb/Symbol/Type.h
  101        llvm::Optional<uint64_t> byte_size, SymbolContextScope *context,
  170   SymbolContextScope *GetSymbolContextScope() { return m_context; }
  171   const SymbolContextScope *GetSymbolContextScope() const { return m_context; }
  172   void SetSymbolContextScope(SymbolContextScope *context) {
  212   SymbolContextScope
tools/lldb/include/lldb/Symbol/Variable.h
   34            SymbolContextScope *owner_scope, const RangeList &scope_range,
   50   SymbolContextScope *GetSymbolContextScope() const { return m_owner_scope; }
  118   SymbolContextScope *m_owner_scope;
tools/lldb/include/lldb/Target/StackFrame.h
  497   void SetSymbolContextScope(SymbolContextScope *symbol_scope);
tools/lldb/include/lldb/Target/StackID.h
   25                    SymbolContextScope *symbol_scope)
   37   SymbolContextScope *GetSymbolContextScope() const { return m_symbol_scope; }
   39   void SetSymbolContextScope(SymbolContextScope *symbol_scope) {
   81   SymbolContextScope *
tools/lldb/source/Core/IOHandler.cpp
 4445   SymbolContextScope *m_disassembly_scope;
tools/lldb/source/Core/ValueObject.cpp
 3125 SymbolContextScope *ValueObject::GetSymbolContextScope() {
tools/lldb/source/Core/ValueObjectVariable.cpp
  245     SymbolContextScope *sc_scope = m_variable_sp->GetSymbolContextScope();
  253 SymbolContextScope *ValueObjectVariable::GetSymbolContextScope() {
tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
   98   void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask,
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 1287   SymbolContextScope *symbol_context_scope = NULL;
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  338 void SymbolFileDWARF::GetTypes(SymbolContextScope *sc_scope,
 1757             SymbolContextScope *scc = variable->GetSymbolContextScope();
 2555       SymbolContextScope *scope;
 3319       SymbolContextScope *symbol_context_scope = nullptr;
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  195   void GetTypes(lldb_private::SymbolContextScope *sc_scope,
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
 1046 void SymbolFileDWARFDebugMap::GetTypes(SymbolContextScope *sc_scope,
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
  120   void GetTypes(lldb_private::SymbolContextScope *sc_scope,
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1568 void SymbolFileNativePDB::GetTypes(lldb_private::SymbolContextScope *sc_scope,
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h
  117   void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask,
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  987   SymbolContextScope *context_scope = sc.comp_unit;
 1619 void SymbolFilePDB::GetTypes(lldb_private::SymbolContextScope *sc_scope,
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h
  142   void GetTypes(lldb_private::SymbolContextScope *sc_scope,
tools/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
   50 void SymbolFileSymtab::GetTypes(SymbolContextScope *sc_scope,
tools/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h
   74   void GetTypes(lldb_private::SymbolContextScope *sc_scope,
tools/lldb/source/Symbol/SymbolContext.cpp
   50 SymbolContext::SymbolContext(SymbolContextScope *sc_scope)
  586           SymbolContextScope *scs = type_sp->GetSymbolContextScope();
  605       SymbolContextScope *scs = type_sp->GetSymbolContextScope();
  625       SymbolContextScope *scs = type_sp->GetSymbolContextScope();
  644       SymbolContextScope *scs = type_sp->GetSymbolContextScope();
tools/lldb/source/Symbol/Type.cpp
  144            SymbolContextScope *context, user_id_t encoding_uid,
tools/lldb/source/Symbol/Variable.cpp
   40                    ValueType scope, SymbolContextScope *context,
tools/lldb/source/Target/StackFrame.cpp
  156       SymbolContextScope *scope = GetFrameBlock();
  182 void StackFrame::SetSymbolContextScope(SymbolContextScope *symbol_scope) {
tools/lldb/source/Target/StackID.cpp
   37   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();