Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultChild.cpp33 m_impl(this, live_address) { in ValueObjectConstResultChild()
40 return m_impl.Dereference(error); in Dereference()
46 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
51 return m_impl.AddressOf(error); in AddressOf()
56 return m_impl.GetAddressOf(scalar_is_load_address, address_type); in GetAddressOf()
62 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
67 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()
114 : ValueObject(exe_scope, manager), m_impl(this, address) { in ValueObjectConstResult()
145 m_impl(this, address) { in ValueObjectConstResult()
180 : ValueObject(exe_scope, manager), m_impl(this) { in ValueObjectConstResult()
189 : ValueObject(exe_scope, manager), m_impl(this) { in ValueObjectConstResult()
251 return m_impl.Dereference(error); in Dereference()
257 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
262 return m_impl.AddressOf(error); in AddressOf()
267 return m_impl.GetAddressOf(scalar_is_load_address, address_type); 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/Core/
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.h63 ValueObjectConstResultImpl m_impl;
71 return m_impl.CreateChildAtIndex(idx); in CreateChildAtIndex()
74 return m_impl.CreateSyntheticArrayMember(idx); in CreateSyntheticArrayMember()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp121 : TypeSummaryImpl(Kind::eCallback, flags), m_impl(impl), in CXXFunctionSummaryFormat()
129 if (!m_impl || !m_impl(*valobj, stream, options)) in FormatObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h313 Callback m_impl; member
321 Callback GetBackendFunction() const { return m_impl; } in GetBackendFunction()
325 void SetBackendFunction(Callback cb_func) { m_impl = std::move(cb_func); } in SetBackendFunction()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeSummary.cpp392 GetOptions(), current_summary_ptr->m_impl, in CopyOnWrite_Impl()