Home
last modified time | relevance | path

Searched refs:ValueObjectConstResultImpl (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp36 ValueObjectConstResultImpl::ValueObjectConstResultImpl( in ValueObjectConstResultImpl() function in ValueObjectConstResultImpl
42 lldb::ValueObjectSP ValueObjectConstResultImpl::Dereference(Status &error) { in Dereference()
49 ValueObject *ValueObjectConstResultImpl::CreateChildAtIndex( in CreateChildAtIndex()
107 lldb::ValueObjectSP ValueObjectConstResultImpl::GetSyntheticChildAtOffset( in GetSyntheticChildAtOffset()
117 lldb::ValueObjectSP ValueObjectConstResultImpl::AddressOf(Status &error) { in AddressOf()
146 ValueObjectConstResultImpl::Cast(const CompilerType &compiler_type) { in Cast()
157 ValueObjectConstResultImpl::GetAddressOf(bool scalar_is_load_address, in GetAddressOf()
174 size_t ValueObjectConstResultImpl::GetPointeeData(DataExtractor &data, in GetPointeeData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectConstResultImpl.h41 class ValueObjectConstResultImpl {
43 ValueObjectConstResultImpl(ValueObject *valobj,
46 virtual ~ValueObjectConstResultImpl() = default;
83 DISALLOW_COPY_AND_ASSIGN(ValueObjectConstResultImpl);
H A DValueObjectConstResultCast.h65 ValueObjectConstResultImpl m_impl;
70 friend class ValueObjectConstResultImpl; variable
H A DValueObjectConstResultChild.h75 ValueObjectConstResultImpl m_impl;
80 friend class ValueObjectConstResultImpl; variable
H A DValueObjectConstResult.h127 ValueObjectConstResultImpl m_impl;
130 friend class ValueObjectConstResultImpl;
H A DValueObjectChild.h84 friend class ValueObjectConstResultImpl; variable
H A DValueObject.h944 friend class ValueObjectConstResultImpl; variable
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h296 class ValueObjectConstResultImpl; variable
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile171 SRCS+= Core/ValueObjectConstResultImpl.cpp