Home
last modified time | relevance | path

Searched refs:SymbolContextScope (Results 1 – 25 of 42) 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.h531 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()
128 SymbolContextScope *m_owner_scope;
H A DSymbolContextScope.h64 class SymbolContextScope {
66 virtual ~SymbolContextScope() = default;
H A DBlock.h41 class Block : public UserID, public SymbolContextScope {
355 SymbolContextScope &m_parent_scope;
379 Block(lldb::user_id_t uid, SymbolContextScope &parent_scope);
H A DType.h512 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 DSymbolContext.h25 class SymbolContextScope; variable
48 explicit SymbolContext(SymbolContextScope *sc_scope);
H A DSymbolFile.h331 virtual void GetTypes(lldb_private::SymbolContextScope *sc_scope,
488 std::optional<uint64_t> byte_size, SymbolContextScope *context,
595 SymbolContextScope *context,
H A DSymbolFileOnDemand.h158 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
234 SymbolContextScope *context,
H A DCompileUnit.h43 public SymbolContextScope {
H A DSymbol.h32 class Symbol : public SymbolContextScope {
H A DFunction.h400 class Function : public UserID, public SymbolContextScope {
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectVariable.h30 class SymbolContextScope; variable
57 SymbolContextScope *GetSymbolContextScope() override;
H A DValueObject.h51 class SymbolContextScope; variable
699 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.cpp54 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 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/ValueObject/
H A DValueObjectVariable.cpp327 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 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,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h142 void GetTypes(lldb_private::SymbolContextScope *sc_scope,

12