| /freebsd/contrib/llvm-project/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 <()
|
| /freebsd/contrib/llvm-project/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 | 531 void SetSymbolContextScope(SymbolContextScope *symbol_scope);
|
| /freebsd/contrib/llvm-project/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() 128 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 { 355 SymbolContextScope &m_parent_scope; 379 Block(lldb::user_id_t uid, SymbolContextScope &parent_scope);
|
| H A D | Type.h | 512 SymbolContextScope *GetSymbolContextScope() { return m_context; } in GetSymbolContextScope() 513 const SymbolContextScope *GetSymbolContextScope() const { return m_context; } in GetSymbolContextScope() 514 void SetSymbolContextScope(SymbolContextScope *context) { in SetSymbolContextScope() 580 SymbolContextScope *m_context = nullptr; 603 std::optional<uint64_t> byte_size, SymbolContextScope *context,
|
| H A D | SymbolContext.h | 25 class SymbolContextScope; variable 48 explicit SymbolContext(SymbolContextScope *sc_scope);
|
| H A D | SymbolFile.h | 331 virtual void GetTypes(lldb_private::SymbolContextScope *sc_scope, 488 std::optional<uint64_t> byte_size, SymbolContextScope *context, 595 SymbolContextScope *context,
|
| H A D | SymbolFileOnDemand.h | 158 void GetTypes(lldb_private::SymbolContextScope *sc_scope, 234 SymbolContextScope *context,
|
| H A D | CompileUnit.h | 43 public SymbolContextScope {
|
| H A D | Symbol.h | 32 class Symbol : public SymbolContextScope {
|
| H A D | Function.h | 400 class Function : public UserID, public SymbolContextScope {
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/ |
| H A D | ValueObjectVariable.h | 30 class SymbolContextScope; variable 57 SymbolContextScope *GetSymbolContextScope() override;
|
| H A D | ValueObject.h | 51 class SymbolContextScope; variable 699 virtual SymbolContextScope *GetSymbolContextScope();
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Symbol.cpp | 30 : SymbolContextScope(), m_type_data_resolved(false), m_is_synthetic(false), in Symbol() 42 : SymbolContextScope(), m_uid(symID), m_type_data_resolved(false), in Symbol() 56 : SymbolContextScope(), m_uid(symID), m_type_data_resolved(false), in Symbol() 67 : SymbolContextScope(rhs), m_uid(rhs.m_uid), m_type_data(rhs.m_type_data), in Symbol() 80 SymbolContextScope::operator=(rhs); in operator =()
|
| H A D | SymbolContext.cpp | 54 SymbolContext::SymbolContext(SymbolContextScope *sc_scope) in SymbolContext() 541 SymbolContextScope *scs = type_sp->GetSymbolContextScope(); in SortTypeList() 560 SymbolContextScope *scs = type_sp->GetSymbolContextScope(); in SortTypeList() 580 SymbolContextScope *scs = type_sp->GetSymbolContextScope(); in SortTypeList() 599 SymbolContextScope *scs = type_sp->GetSymbolContextScope(); in SortTypeList()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/JSON/ |
| H A D | SymbolFileJSON.cpp | 84 void SymbolFileJSON::GetTypes(SymbolContextScope *sc_scope, TypeClass type_mask, in GetTypes()
|
| H A D | SymbolFileJSON.h | 97 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectVariable.cpp | 327 SymbolContextScope *sc_scope = m_variable_sp->GetSymbolContextScope(); in GetModule() 335 SymbolContextScope *ValueObjectVariable::GetSymbolContextScope() { in GetSymbolContextScope()
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 111 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask, in GetTypes()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.h | 104 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 142 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
|