Home
last modified time | relevance | path

Searched refs:SymbolContextScope (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackID.cpp37 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 DStackID.h23 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 DStackFrame.h512 void SetSymbolContextScope(SymbolContextScope *symbol_scope);
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h34 SymbolContextScope *owner_scope, const RangeList &scope_range,
51 SymbolContextScope *GetSymbolContextScope() const { return m_owner_scope; } in GetSymbolContextScope()
125 SymbolContextScope *m_owner_scope;
H A DSymbolContextScope.h64 class SymbolContextScope {
66 virtual ~SymbolContextScope() = default;
H A DBlock.h41 class Block : public UserID, public SymbolContextScope {
320 void SetParentScope(SymbolContextScope *parent_scope) { in SetParentScope()
365 SymbolContextScope *m_parent_scope;
H A DType.h470 SymbolContextScope *GetSymbolContextScope() { return m_context; } in GetSymbolContextScope()
471 const SymbolContextScope *GetSymbolContextScope() const { return m_context; } in GetSymbolContextScope()
472 void SetSymbolContextScope(SymbolContextScope *context) { in SetSymbolContextScope()
513 SymbolContextScope *m_context = nullptr;
536 std::optional<uint64_t> byte_size, SymbolContextScope *context,
H A DSymbolContext.h25 class SymbolContextScope; variable
48 explicit SymbolContext(SymbolContextScope *sc_scope);
H A DSymbolFile.h323 virtual void GetTypes(lldb_private::SymbolContextScope *sc_scope,
458 std::optional<uint64_t> byte_size, SymbolContextScope *context,
563 SymbolContextScope *context,
H A DSymbolFileOnDemand.h158 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
229 SymbolContextScope *context,
H A DCompileUnit.h41 public SymbolContextScope {
H A DSymbol.h32 class Symbol : public SymbolContextScope {
H A DFunction.h399 class Function : public UserID, public SymbolContextScope {
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectVariable.h30 class SymbolContextScope; variable
57 SymbolContextScope *GetSymbolContextScope() override;
H A DValueObject.h51 class SymbolContextScope; variable
639 virtual SymbolContextScope *GetSymbolContextScope();
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp30 : 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 DSymbolContext.cpp53 SymbolContext::SymbolContext(SymbolContextScope *sc_scope) in SymbolContext()
575 SymbolContextScope *scs = type_sp->GetSymbolContextScope(); in SortTypeList()
594 SymbolContextScope *scs = type_sp->GetSymbolContextScope(); in SortTypeList()
614 SymbolContextScope *scs = type_sp->GetSymbolContextScope(); in SortTypeList()
633 SymbolContextScope *scs = type_sp->GetSymbolContextScope(); in SortTypeList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/JSON/
H A DSymbolFileJSON.cpp84 void SymbolFileJSON::GetTypes(SymbolContextScope *sc_scope, TypeClass type_mask, in GetTypes()
H A DSymbolFileJSON.h97 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp328 SymbolContextScope *sc_scope = m_variable_sp->GetSymbolContextScope(); in GetModule()
336 SymbolContextScope *ValueObjectVariable::GetSymbolContextScope() { in GetSymbolContextScope()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h84 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
H A DSymbolFileSymtab.cpp50 void SymbolFileSymtab::GetTypes(SymbolContextScope *sc_scope, in GetTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h111 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask, in GetTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.h104 void GetTypes(lldb_private::SymbolContextScope *sc_scope, in GetTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h142 void GetTypes(lldb_private::SymbolContextScope *sc_scope,

12