Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectRegister.cpp40 #pragma mark ValueObjectRegisterSet
43 ValueObjectRegisterSet::Create(ExecutionContextScope *exe_scope, in Create()
47 return (new ValueObjectRegisterSet(exe_scope, *manager_sp, reg_ctx_sp, in Create()
52 ValueObjectRegisterSet::ValueObjectRegisterSet(ExecutionContextScope *exe_scope, in ValueObjectRegisterSet() function in ValueObjectRegisterSet
65 ValueObjectRegisterSet::~ValueObjectRegisterSet() = default;
67 CompilerType ValueObjectRegisterSet::GetCompilerTypeImpl() { in GetCompilerTypeImpl()
73 ConstString ValueObjectRegisterSet::GetQualifiedTypeName() { in GetQualifiedTypeName()
77 size_t ValueObjectRegisterSet::CalculateNumChildren(uint32_t max) { in CalculateNumChildren()
88 bool ValueObjectRegisterSet::UpdateValue() { in UpdateValue()
117 ValueObject *ValueObjectRegisterSet::CreateChildAtIndex( in CreateChildAtIndex()
[all …]
H A DIOHandlerCursesGUI.cpp5989 ValueObjectRegisterSet::Create(frame, reg_ctx, set_idx)); in WindowDelegateDraw()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectRegister.h32 class ValueObjectRegisterSet : public ValueObject {
34 ~ValueObjectRegisterSet() override;
72 ValueObjectRegisterSet(ExecutionContextScope *exe_scope,
77 ValueObjectRegisterSet(const ValueObjectRegisterSet &) = delete;
78 const ValueObjectRegisterSet &
79 operator=(const ValueObjectRegisterSet &) = delete;
125 friend class ValueObjectRegisterSet; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp648 ValueObjectRegisterSet::Create(frame, reg_ctx, set_idx); in FindValue()
910 ValueObjectRegisterSet::Create(frame, reg_ctx, set_idx)); in GetRegisters()