Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectRegister.cpp96 new_valobj = new ValueObjectRegisterSet( in CreateChildAtIndex()
104 #pragma mark ValueObjectRegisterSet
107 ValueObjectRegisterSet::Create(ExecutionContextScope *exe_scope, in Create()
110 return (new ValueObjectRegisterSet(exe_scope, reg_ctx_sp, set_idx))->GetSP(); in Create()
113 ValueObjectRegisterSet::ValueObjectRegisterSet(ExecutionContextScope *exe_scope, in ValueObjectRegisterSet() function in ValueObjectRegisterSet
125 ValueObjectRegisterSet::~ValueObjectRegisterSet() {} in ~ValueObjectRegisterSet()
127 CompilerType ValueObjectRegisterSet::GetCompilerTypeImpl() { in GetCompilerTypeImpl()
131 ConstString ValueObjectRegisterSet::GetTypeName() { return ConstString(); } in GetTypeName()
133 ConstString ValueObjectRegisterSet::GetQualifiedTypeName() { in GetQualifiedTypeName()
137 size_t ValueObjectRegisterSet::CalculateNumChildren(uint32_t max) { in CalculateNumChildren()
[all …]
HDIOHandlerCursesGUI.cpp2502 ValueObjectRegisterSet::Create(frame, reg_ctx, set_idx)); in WindowDelegateDraw()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDValueObjectRegister.h68 class ValueObjectRegisterSet : public ValueObject {
70 ~ValueObjectRegisterSet() override;
108 ValueObjectRegisterSet(ExecutionContextScope *exe_scope,
112 DISALLOW_COPY_AND_ASSIGN(ValueObjectRegisterSet);
158 friend class ValueObjectRegisterSet; variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBFrame.cpp664 ValueObjectRegisterSet::Create(frame, reg_ctx, set_idx); in FindValue()
926 ValueObjectRegisterSet::Create(frame, reg_ctx, set_idx)); in GetRegisters()