| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | StackID.cpp | 37 SymbolContextScope *lhs_scope = lhs.GetSymbolContextScope(); in operator ==() 38 SymbolContextScope *rhs_scope = rhs.GetSymbolContextScope(); in operator ==() 51 SymbolContextScope *lhs_scope = lhs.GetSymbolContextScope(); in operator !=() 52 SymbolContextScope *rhs_scope = rhs.GetSymbolContextScope(); in operator !=() 76 SymbolContextScope *lhs_scope = lhs.GetSymbolContextScope(); in operator <() 77 SymbolContextScope *rhs_scope = rhs.GetSymbolContextScope(); in operator <()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | StackID.h | 23 SymbolContextScope *symbol_scope) in StackID() 35 SymbolContextScope *GetSymbolContextScope() const { return m_symbol_scope; } in GetSymbolContextScope() 37 void SetSymbolContextScope(SymbolContextScope *symbol_scope) { in SetSymbolContextScope() 81 SymbolContextScope *m_symbol_scope =
|
| H A D | StackFrame.h | 496 void SetSymbolContextScope(SymbolContextScope *symbol_scope);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | Variable.h | 34 SymbolContextScope *owner_scope, const RangeList &scope_range, 51 SymbolContextScope *GetSymbolContextScope() const { return m_owner_scope; } in GetSymbolContextScope() 125 SymbolContextScope *m_owner_scope;
|
| H A D | SymbolContextScope.h | 64 class SymbolContextScope { 66 virtual ~SymbolContextScope() = default;
|
| H A D | Block.h | 41 class Block : public UserID, public SymbolContextScope { 320 void SetParentScope(SymbolContextScope *parent_scope) { in SetParentScope() 365 SymbolContextScope *m_parent_scope;
|
| H A D | Type.h | 170 SymbolContextScope *GetSymbolContextScope() { return m_context; } in GetSymbolContextScope() 171 const SymbolContextScope *GetSymbolContextScope() const { return m_context; } in GetSymbolContextScope() 172 void SetSymbolContextScope(SymbolContextScope *context) { in SetSymbolContextScope() 213 SymbolContextScope *m_context = nullptr; 236 std::optional<uint64_t> byte_size, SymbolContextScope *context,
|
| H A D | SymbolContext.h | 24 class SymbolContextScope; variable 47 explicit SymbolContext(SymbolContextScope *sc_scope);
|
| H A D | SymbolFile.h | 308 virtual void GetTypes(lldb_private::SymbolContextScope *sc_scope, 417 std::optional<uint64_t> byte_size, SymbolContextScope *context, 511 SymbolContextScope *context,
|
| H A D | SymbolFileOnDemand.h | 167 void GetTypes(lldb_private::SymbolContextScope *sc_scope, 232 SymbolContextScope *context,
|
| H A D | CompileUnit.h | 41 public SymbolContextScope {
|
| H A D | Symbol.h | 20 class Symbol : public SymbolContextScope {
|
| H A D | Function.h | 409 class Function : public UserID, public SymbolContextScope {
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | ValueObjectVariable.h | 30 class SymbolContextScope; variable 57 SymbolContextScope *GetSymbolContextScope() override;
|
| H A D | ValueObject.h | 51 class SymbolContextScope; variable 649 virtual SymbolContextScope *GetSymbolContextScope();
|
| H A D | Module.h | 88 public SymbolContextScope {
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | Symbol.cpp | 27 : SymbolContextScope(), m_type_data_resolved(false), m_is_synthetic(false), in Symbol() 39 : SymbolContextScope(), m_uid(symID), m_type_data_resolved(false), in Symbol() 53 : SymbolContextScope(), m_uid(symID), m_type_data_resolved(false), 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 | 49 SymbolContext::SymbolContext(SymbolContextScope *sc_scope) in SymbolContext() 569 SymbolContextScope *scs = type_sp->GetSymbolContextScope(); in SortTypeList() 588 SymbolContextScope *scs = type_sp->GetSymbolContextScope(); in SortTypeList() 608 SymbolContextScope *scs = type_sp->GetSymbolContextScope(); in SortTypeList() 627 SymbolContextScope *scs = type_sp->GetSymbolContextScope(); in SortTypeList()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | ValueObjectVariable.cpp | 328 SymbolContextScope *sc_scope = m_variable_sp->GetSymbolContextScope(); in GetModule() 336 SymbolContextScope *ValueObjectVariable::GetSymbolContextScope() { in GetSymbolContextScope()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.h | 84 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| H A D | SymbolFileSymtab.cpp | 50 void SymbolFileSymtab::GetTypes(SymbolContextScope *sc_scope, in GetTypes()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 111 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask, in GetTypes()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 153 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 131 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.h | 139 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
|