Home
last modified time | relevance | path

Searched refs:SetObjectSP (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBStructuredData.cpp51 m_impl_up->SetObjectSP(json_obj); in SetFromJSON()
115 result.m_impl_up->SetObjectSP(m_impl_up->GetValueForKey(key)); in GetValueForKey()
124 result.m_impl_up->SetObjectSP(m_impl_up->GetItemAtIndex(idx)); in GetItemAtIndex()
H A DSBTraceOptions.cpp42 structData.m_impl_up->SetObjectSP(dict_obj->shared_from_this()); in getTraceParams()
H A DSBDebugger.cpp528 data.m_impl_up->SetObjectSP(std::move(config_up)); in GetBuildConfiguration()
893 data.m_impl_up->SetObjectSP( in GetAvailablePlatformInfoAtIndex()
H A DSBTarget.cpp201 data.m_impl_up->SetObjectSP(std::move(stats_up)); in GetStatistics()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStructuredDataImpl.h85 void SetObjectSP(const StructuredData::ObjectSP &obj) { m_data_sp = obj; } in SetObjectSP() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp613 extra_args_impl->SetObjectSP(extra_args_sp); in CreateScriptedBreakpoint()