Home
last modified time | relevance | path

Searched refs:m_impl (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectConstResultChild.cpp32 m_impl(this, live_address) { in ValueObjectConstResultChild()
39 return m_impl.Dereference(error); in Dereference()
45 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
50 return m_impl.AddressOf(error); in AddressOf()
55 return m_impl.GetAddressOf(scalar_is_load_address); in GetAddressOf()
61 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
66 return m_impl.Cast(compiler_type); in DoCast()
H A DValueObjectConstResultCast.cpp26 : ValueObjectCast(parent, name, cast_type), m_impl(this, live_address) { in ValueObjectConstResultCast()
33 return m_impl.Dereference(error); in Dereference()
39 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
44 return m_impl.AddressOf(error); in AddressOf()
50 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
55 return m_impl.Cast(compiler_type); in DoCast()
H A DValueObjectConstResult.cpp44 : ValueObject(exe_scope, manager), m_impl(this, address) { in ValueObjectConstResult()
67 : ValueObject(exe_scope, manager), m_impl(this, address) { in ValueObjectConstResult()
113 : ValueObject(exe_scope, manager), m_impl(this, address) { in ValueObjectConstResult()
143 : ValueObject(exe_scope, manager), m_type_name(), m_impl(this, address) { in ValueObjectConstResult()
179 : ValueObject(exe_scope, manager), m_impl(this) { in ValueObjectConstResult()
188 : ValueObject(exe_scope, manager), m_impl(this) { in ValueObjectConstResult()
254 return m_impl.Dereference(error); in Dereference()
260 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
265 return m_impl.AddressOf(error); in AddressOf()
270 return m_impl.GetAddressOf(scalar_is_load_address); in GetAddressOf()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp36 m_impl(), m_uint_star_type() { in NSIndexPathSyntheticFrontEnd()
44 return m_impl.GetNumIndexes(); in CalculateNumChildren()
48 return m_impl.GetIndexAtIndex(idx, m_uint_star_type); in GetChildAtIndex()
52 m_impl.Clear(); in Update()
86 m_impl.m_inlined.SetIndexes(payload, *process_sp); in Update()
87 m_impl.m_mode = Mode::Inlined; in Update()
109 m_impl.m_outsourced.m_indexes = in Update()
118 m_impl.m_outsourced.m_count = length_sp->GetValueAsUnsigned(0); in Update()
119 if (m_impl.m_outsourced.m_indexes) in Update()
120 m_impl.m_mode = Mode::Outsourced; in Update()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectConstResult.h94 lldb::addr_t GetLiveAddress() override { return m_impl.GetLiveAddress(); } in GetLiveAddress()
98 m_impl.SetLiveAddress(addr, address_type);
116 ValueObjectConstResultImpl m_impl; variable
152 return m_impl.CreateChildAtIndex(idx); in CreateChildAtIndex()
155 return m_impl.CreateSyntheticArrayMember(idx); in CreateSyntheticArrayMember()
H A DValueObjectConstResultCast.h54 ValueObjectConstResultImpl m_impl;
62 return m_impl.CreateChildAtIndex(idx); in CreateChildAtIndex()
65 return m_impl.CreateSyntheticArrayMember(idx); in CreateSyntheticArrayMember()
H A DValueObjectConstResultChild.h59 ValueObjectConstResultImpl m_impl;
67 return m_impl.CreateChildAtIndex(idx); in CreateChildAtIndex()
70 return m_impl.CreateSyntheticArrayMember(idx); in CreateSyntheticArrayMember()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp142 : TypeSummaryImpl(Kind::eCallback, flags, ptr_match_depth), m_impl(impl), in CXXFunctionSummaryFormat()
150 if (!m_impl || !m_impl(*valobj, stream, options)) in FormatObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h334 Callback m_impl; member
343 Callback GetBackendFunction() const { return m_impl; } in GetBackendFunction()
347 void SetBackendFunction(Callback cb_func) { m_impl = std::move(cb_func); } in SetBackendFunction()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeSummary.cpp409 GetOptions(), current_summary_ptr->m_impl, in CopyOnWrite_Impl()