| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StackID.cpp | 38 SymbolContextScope *lhs_scope = lhs.GetSymbolContextScope(); in operator ==() 39 SymbolContextScope *rhs_scope = rhs.GetSymbolContextScope(); in operator ==() 52 SymbolContextScope *lhs_scope = lhs.GetSymbolContextScope(); in operator !=() 53 SymbolContextScope *rhs_scope = rhs.GetSymbolContextScope(); in operator !=() 77 SymbolContextScope *lhs_scope = lhs.GetSymbolContextScope(); in operator <() 78 SymbolContextScope *rhs_scope = rhs.GetSymbolContextScope(); in operator <()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | StackID.h | 28 SymbolContextScope *symbol_scope) in StackID() 40 SymbolContextScope *GetSymbolContextScope() const { return m_symbol_scope; } in GetSymbolContextScope() 42 void SetSymbolContextScope(SymbolContextScope *symbol_scope) { in SetSymbolContextScope() 86 SymbolContextScope *
|
| H A D | StackFrame.h | 548 void SetSymbolContextScope(SymbolContextScope *symbol_scope);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | Variable.h | 38 lldb::ValueType scope, SymbolContextScope *owner_scope, 55 SymbolContextScope *GetSymbolContextScope() const { return m_owner_scope; } in GetSymbolContextScope() 119 SymbolContextScope
|
| H A D | SymbolContextScope.h | 67 class SymbolContextScope { 69 virtual ~SymbolContextScope() = default;
|
| H A D | Block.h | 45 class Block : public UserID, public SymbolContextScope { 372 void SetParentScope(SymbolContextScope *parent_scope) { in SetParentScope() 421 SymbolContextScope *m_parent_scope;
|
| H A D | Type.h | 99 uint64_t byte_size, SymbolContextScope *context, 174 SymbolContextScope *GetSymbolContextScope() { return m_context; } in GetSymbolContextScope() 175 const SymbolContextScope *GetSymbolContextScope() const { return m_context; } in GetSymbolContextScope() 176 void SetSymbolContextScope(SymbolContextScope *context) { in SetSymbolContextScope() 216 SymbolContextScope
|
| H A D | SymbolContext.h | 25 class SymbolContextScope; variable 54 explicit SymbolContext(SymbolContextScope *sc_scope);
|
| H A D | CompileUnit.h | 41 public SymbolContextScope {
|
| H A D | SymbolVendor.h | 125 virtual size_t GetTypes(SymbolContextScope *sc_scope,
|
| H A D | Symbol.h | 21 class Symbol : public SymbolContextScope {
|
| H A D | Function.h | 374 class Function : public UserID, public SymbolContextScope {
|
| H A D | SymbolFile.h | 210 virtual size_t GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ValueObjectVariable.h | 38 class SymbolContextScope; variable 70 SymbolContextScope *GetSymbolContextScope() override;
|
| H A D | ValueObject.h | 65 class SymbolContextScope; variable 662 virtual SymbolContextScope *GetSymbolContextScope();
|
| H A D | Module.h | 113 public SymbolContextScope {
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Symbol.cpp | 27 : SymbolContextScope(), m_uid(UINT32_MAX), m_type_data(0), in Symbol() 40 : SymbolContextScope(), m_uid(symID), m_type_data(0), in Symbol() 54 : SymbolContextScope(), m_uid(symID), m_type_data(0), in Symbol() 64 : SymbolContextScope(rhs), m_uid(rhs.m_uid), m_type_data(rhs.m_type_data), in Symbol() 77 SymbolContextScope::operator=(rhs); in operator =()
|
| H A D | SymbolContext.cpp | 56 SymbolContext::SymbolContext(SymbolContextScope *sc_scope) in SymbolContext() 597 SymbolContextScope *scs = type_sp->GetSymbolContextScope(); in SortTypeList() 618 SymbolContextScope *scs = type_sp->GetSymbolContextScope(); in SortTypeList() 640 SymbolContextScope *scs = type_sp->GetSymbolContextScope(); in SortTypeList() 661 SymbolContextScope *scs = type_sp->GetSymbolContextScope(); in SortTypeList()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObjectVariable.cpp | 291 SymbolContextScope *sc_scope = m_variable_sp->GetSymbolContextScope(); in GetModule() 299 SymbolContextScope *ValueObjectVariable::GetSymbolContextScope() { in GetSymbolContextScope()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.h | 85 size_t GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| H A D | SymbolFileSymtab.cpp | 48 size_t SymbolFileSymtab::GetTypes(SymbolContextScope *sc_scope, in GetTypes()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 102 size_t GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask, in GetTypes()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 154 size_t GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 130 size_t GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.h | 127 size_t GetTypes(lldb_private::SymbolContextScope *sc_scope,
|