Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp87 m_impl_up->SetObjectSP(json_obj); in SetFromJSON()
177 result.m_impl_up->SetObjectSP(m_impl_up->GetValueForKey(key)); in GetValueForKey()
185 result.m_impl_up->SetObjectSP(m_impl_up->GetItemAtIndex(idx)); in GetItemAtIndex()
H A DSBDebugger.cpp148 data.m_impl_up->SetObjectSP(std::move(dictionary_sp)); in GetProgressDataFromEvent()
163 data.m_impl_up->SetObjectSP(std::move(dictionary_sp)); in GetDiagnosticFromEvent()
484 data.m_impl_up->SetObjectSP(StructuredData::ParseJSON(json_strm.GetString())); in GetSetting()
733 data.m_impl_up->SetObjectSP(interp->GetInterpreterInfo()); in GetScriptInterpreterInfo()
802 data.m_impl_up->SetObjectSP(std::move(config_up)); in GetBuildConfiguration()
1197 data.m_impl_up->SetObjectSP( in GetAvailablePlatformInfoAtIndex()
H A DSBCommandInterpreter.cpp571 data.m_impl_up->SetObjectSP(StructuredData::ParseJSON(json_str)); in GetStatistics()
585 data.m_impl_up->SetObjectSP( in GetTranscript()
H A DSBAttachInfo.cpp310 data.m_impl_up->SetObjectSP(dict_sp); in GetScriptedProcessDictionary()
H A DSBLaunchInfo.cpp367 data.m_impl_up->SetObjectSP(dict_sp); in GetScriptedProcessDictionary()
H A DSBBreakpoint.cpp579 data.m_impl_up->SetObjectSP(bkpt_dict); in SerializeToStructuredData()
H A DSBProcess.cpp1031 data.m_impl_up->SetObjectSP(fetched_data); in GetExtendedCrashInformation()
H A DSBTarget.cpp218 data.m_impl_up->SetObjectSP(StructuredData::ParseJSON(json_str)); in GetStatistics()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp80 args_data_impl.SetObjectSP(args_dict->shared_from_this()); in CreateFromStructuredData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h92 void SetObjectSP(const StructuredData::ObjectSP &obj) { m_data_sp = obj; } in SetObjectSP() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3845 m_extra_args.SetObjectSP(extra_args_sp); in SetScriptCallback()