Home
last modified time | relevance | path

Searched refs:ValueObjectRegisterSet (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectRegister.cpp96 new_valobj = new ValueObjectRegisterSet( in CreateChildAtIndex()
104 #pragma mark ValueObjectRegisterSet
107 ValueObjectRegisterSet::Create(ExecutionContextScope *exe_scope, in Create()
113 ValueObjectRegisterSet::ValueObjectRegisterSet(ExecutionContextScope *exe_scope, in ValueObjectRegisterSet() function in ValueObjectRegisterSet
125 ValueObjectRegisterSet::~ValueObjectRegisterSet() {} in ~ValueObjectRegisterSet()
127 CompilerType ValueObjectRegisterSet::GetCompilerTypeImpl() { in GetCompilerTypeImpl()
133 ConstString ValueObjectRegisterSet::GetQualifiedTypeName() { in GetQualifiedTypeName()
137 size_t ValueObjectRegisterSet::CalculateNumChildren(uint32_t max) { in CalculateNumChildren()
146 uint64_t ValueObjectRegisterSet::GetByteSize() { return 0; } in GetByteSize()
148 bool ValueObjectRegisterSet::UpdateValue() { in UpdateValue()
[all …]
H A DIOHandler.cpp3091 ValueObjectRegisterSet::Create(frame, reg_ctx, set_idx)); in WindowDelegateDraw()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectRegister.h84 class ValueObjectRegisterSet : public ValueObject {
86 ~ValueObjectRegisterSet() override;
124 ValueObjectRegisterSet(ExecutionContextScope *exe_scope,
130 DISALLOW_COPY_AND_ASSIGN(ValueObjectRegisterSet);
176 friend class ValueObjectRegisterSet; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFrame.cpp797 ValueObjectRegisterSet::Create(frame, reg_ctx, set_idx); in FindValue()
1088 ValueObjectRegisterSet::Create(frame, reg_ctx, set_idx)); in GetRegisters()