Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
61 return m_impl.CreateChildAtIndex(idx, synthetic_array_member, in CreateChildAtIndex()
68 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
73 return m_impl.Cast(compiler_type); in Cast()
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()
49 return m_impl.CreateChildAtIndex(idx, synthetic_array_member, in CreateChildAtIndex()
56 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
61 return m_impl.Cast(compiler_type); in Cast()
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()
248 return m_impl.Dereference(error); in Dereference()
254 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
259 return m_impl.AddressOf(error); in AddressOf()
264 return m_impl.GetAddressOf(scalar_is_load_address, address_type); in GetAddressOf()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp36 m_impl(), m_uint_star_type() { in NSIndexPathSyntheticFrontEnd()
43 size_t CalculateNumChildren() override { return m_impl.GetNumIndexes(); } in CalculateNumChildren()
46 return m_impl.GetIndexAtIndex(idx, m_uint_star_type); in GetChildAtIndex()
50 m_impl.Clear(); in Update()
84 m_impl.m_inlined.SetIndexes(payload, *process_sp); in Update()
85 m_impl.m_mode = Mode::Inlined; in Update()
107 m_impl.m_outsourced.m_indexes = in Update()
116 m_impl.m_outsourced.m_count = length_sp->GetValueAsUnsigned(0); in Update()
117 if (m_impl.m_outsourced.m_indexes) in Update()
118 m_impl.m_mode = Mode::Outsourced; in Update()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectConstResult.h97 lldb::addr_t GetLiveAddress() override { return m_impl.GetLiveAddress(); } in GetLiveAddress()
101 m_impl.SetLiveAddress(addr, address_type);
119 ValueObjectConstResultImpl m_impl; variable
H A DValueObjectConstResultCast.h57 ValueObjectConstResultImpl m_impl;
H A DValueObjectConstResultChild.h66 ValueObjectConstResultImpl m_impl;
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DTypeSummary.cpp118 : TypeSummaryImpl(Kind::eCallback, flags), m_impl(impl), in CXXFunctionSummaryFormat()
126 if (!m_impl || !m_impl(*valobj, stream, options)) in FormatObject()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/examples/synthetic/
H A Dgnu_libstdcpp.py463 m_impl = self.valobj.GetChildMemberWithName('_M_impl')
464 self.m_start = m_impl.GetChildMemberWithName('_M_start')
465 self.m_finish = m_impl.GetChildMemberWithName('_M_finish')
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTypeSummary.cpp392 GetOptions(), current_summary_ptr->m_impl, in CopyOnWrite_Impl()