Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackID.cpp38 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 DStackID.h28 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 DStackFrame.h548 void SetSymbolContextScope(SymbolContextScope *symbol_scope);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariable.h38 lldb::ValueType scope, SymbolContextScope *owner_scope,
55 SymbolContextScope *GetSymbolContextScope() const { return m_owner_scope; } in GetSymbolContextScope()
119 SymbolContextScope
H A DSymbolContextScope.h67 class SymbolContextScope {
69 virtual ~SymbolContextScope() = default;
H A DBlock.h45 class Block : public UserID, public SymbolContextScope {
372 void SetParentScope(SymbolContextScope *parent_scope) { in SetParentScope()
421 SymbolContextScope *m_parent_scope;
H A DType.h99 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 DSymbolContext.h25 class SymbolContextScope; variable
54 explicit SymbolContext(SymbolContextScope *sc_scope);
H A DCompileUnit.h41 public SymbolContextScope {
H A DSymbolVendor.h125 virtual size_t GetTypes(SymbolContextScope *sc_scope,
H A DSymbol.h21 class Symbol : public SymbolContextScope {
H A DFunction.h374 class Function : public UserID, public SymbolContextScope {
H A DSymbolFile.h210 virtual size_t GetTypes(lldb_private::SymbolContextScope *sc_scope,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectVariable.h38 class SymbolContextScope; variable
70 SymbolContextScope *GetSymbolContextScope() override;
H A DValueObject.h65 class SymbolContextScope; variable
662 virtual SymbolContextScope *GetSymbolContextScope();
H A DModule.h113 public SymbolContextScope {
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbol.cpp27 : 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 DSymbolContext.cpp56 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 DValueObjectVariable.cpp291 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 DSymbolFileSymtab.h85 size_t GetTypes(lldb_private::SymbolContextScope *sc_scope,
H A DSymbolFileSymtab.cpp48 size_t SymbolFileSymtab::GetTypes(SymbolContextScope *sc_scope, in GetTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h102 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 DSymbolFilePDB.h154 size_t GetTypes(lldb_private::SymbolContextScope *sc_scope,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h130 size_t GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h127 size_t GetTypes(lldb_private::SymbolContextScope *sc_scope,

12