Home
last modified time | relevance | path

Searched refs:ValueObjectRegisterContext (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectRegister.cpp38 #pragma mark ValueObjectRegisterContext
40 ValueObjectRegisterContext::ValueObjectRegisterContext( in ValueObjectRegisterContext() function in ValueObjectRegisterContext
48 ValueObjectRegisterContext::~ValueObjectRegisterContext() {} in ~ValueObjectRegisterContext()
50 CompilerType ValueObjectRegisterContext::GetCompilerTypeImpl() { in GetCompilerTypeImpl()
54 ConstString ValueObjectRegisterContext::GetTypeName() { return ConstString(); } in GetTypeName()
56 ConstString ValueObjectRegisterContext::GetDisplayTypeName() { in GetDisplayTypeName()
60 ConstString ValueObjectRegisterContext::GetQualifiedTypeName() { in GetQualifiedTypeName()
64 size_t ValueObjectRegisterContext::CalculateNumChildren(uint32_t max) { in CalculateNumChildren()
69 uint64_t ValueObjectRegisterContext::GetByteSize() { return 0; } in GetByteSize()
71 bool ValueObjectRegisterContext::UpdateValue() { in UpdateValue()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectRegister.h47 class ValueObjectRegisterContext : public ValueObject {
49 ~ValueObjectRegisterContext() override;
76 ValueObjectRegisterContext(ValueObject &parent,
81 DISALLOW_COPY_AND_ASSIGN(ValueObjectRegisterContext);
122 friend class ValueObjectRegisterContext;