Home
last modified time | relevance | path

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

/src/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()
71 ConstString ValueObjectRegisterSet::GetTypeName() { return ConstString(); } in GetTypeName()
73 ConstString ValueObjectRegisterSet::GetQualifiedTypeName() { in GetQualifiedTypeName()
78 ValueObjectRegisterSet::CalculateNumChildren(uint32_t max) { in CalculateNumChildren()
87 std::optional<uint64_t> ValueObjectRegisterSet::GetByteSize() { return 0; } in GetByteSize()
[all …]
H A DIOHandlerCursesGUI.cpp5989 ValueObjectRegisterSet::Create(frame, reg_ctx, set_idx)); in WindowDelegateDraw()
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectRegister.h32 class ValueObjectRegisterSet : public ValueObject {
34 ~ValueObjectRegisterSet() override;
69 ValueObjectRegisterSet(ExecutionContextScope *exe_scope,
79 ValueObjectRegisterSet(const ValueObjectRegisterSet &) = delete;
80 const ValueObjectRegisterSet &
81 operator=(const ValueObjectRegisterSet &) = delete;
127 friend class ValueObjectRegisterSet; variable
/src/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()