Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResultChild.cpp34 m_impl(this, live_address) { in ValueObjectConstResultChild()
41 return m_impl.Dereference(error); in Dereference()
47 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
52 return m_impl.AddressOf(error); in AddressOf()
57 return m_impl.GetAddressOf(scalar_is_load_address, address_type); in GetAddressOf()
62 return m_impl.CreateChildAtIndex(idx, synthetic_array_member, in CreateChildAtIndex()
69 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
74 return m_impl.Cast(compiler_type); in Cast()
H A DValueObjectConstResultCast.cpp27 : ValueObjectCast(parent, name, cast_type), m_impl(this, live_address) { in ValueObjectConstResultCast()
34 return m_impl.Dereference(error); in Dereference()
40 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
45 return m_impl.AddressOf(error); in AddressOf()
50 return m_impl.CreateChildAtIndex(idx, synthetic_array_member, in CreateChildAtIndex()
57 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
62 return m_impl.Cast(compiler_type); in Cast()
H A DValueObjectConstResult.cpp43 m_impl(this, address) { in ValueObjectConstResult()
65 m_impl(this, address) { in ValueObjectConstResult()
108 m_impl(this, address) { in ValueObjectConstResult()
138 m_impl(this, address) { in ValueObjectConstResult()
240 return m_impl.Dereference(error); in Dereference()
246 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
251 return m_impl.AddressOf(error); in AddressOf()
256 return m_impl.GetAddressOf(scalar_is_load_address, address_type); in GetAddressOf()
261 return m_impl.CreateChildAtIndex(idx, synthetic_array_member, in CreateChildAtIndex()
268 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp37 m_impl(), m_ptr_size(0), m_uint_star_type() { in NSIndexPathSyntheticFrontEnd()
44 size_t CalculateNumChildren() override { return m_impl.GetNumIndexes(); } in CalculateNumChildren()
47 return m_impl.GetIndexAtIndex(idx, m_uint_star_type); in GetChildAtIndex()
51 m_impl.Clear(); in Update()
88 m_impl.m_inlined.SetIndexes(payload, *process_sp); in Update()
89 m_impl.m_mode = Mode::Inlined; in Update()
111 m_impl.m_outsourced.m_indexes = in Update()
120 m_impl.m_outsourced.m_count = length_sp->GetValueAsUnsigned(0); in Update()
121 if (m_impl.m_outsourced.m_indexes) in Update()
122 m_impl.m_mode = Mode::Outsourced; in Update()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectConstResult.h105 lldb::addr_t GetLiveAddress() override { return m_impl.GetLiveAddress(); } in GetLiveAddress()
109 m_impl.SetLiveAddress(addr, address_type);
127 ValueObjectConstResultImpl m_impl; variable
H A DValueObjectConstResultCast.h65 ValueObjectConstResultImpl m_impl;
H A DValueObjectConstResultChild.h75 ValueObjectConstResultImpl m_impl;
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSummary.cpp130 : TypeSummaryImpl(Kind::eCallback, flags), m_impl(impl), in CXXFunctionSummaryFormat()
138 if (!m_impl || !m_impl(*valobj, stream, options)) in FormatObject()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h315 Callback m_impl; member
323 Callback GetBackendFunction() const { return m_impl; } in GetBackendFunction()
327 void SetBackendFunction(Callback cb_func) { m_impl = cb_func; } in SetBackendFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeSummary.cpp334 GetOptions(), current_summary_ptr->m_impl, in CopyOnWrite_Impl()