Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp68 m_impl_up->SetObjectSP(json_obj); in SetFromJSON()
164 result.m_impl_up->SetObjectSP(m_impl_up->GetValueForKey(key)); in GetValueForKey()
173 result.m_impl_up->SetObjectSP(m_impl_up->GetItemAtIndex(idx)); in GetItemAtIndex()
H A DSBLaunchInfo.cpp375 data.m_impl_up->SetObjectSP(dict_sp); in GetScriptedProcessDictionary()
H A DSBDebugger.cpp742 data.m_impl_up->SetObjectSP(std::move(config_up)); in GetBuildConfiguration()
1156 data.m_impl_up->SetObjectSP( in GetAvailablePlatformInfoAtIndex()
H A DSBBreakpoint.cpp599 data.m_impl_up->SetObjectSP(bkpt_dict); in SerializeToStructuredData()
H A DSBProcess.cpp1013 data.m_impl_up->SetObjectSP(fetched_data); in GetExtendedCrashInformation()
H A DSBTarget.cpp230 data.m_impl_up->SetObjectSP(std::move(stats_up)); in GetStatistics()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h42 m_extra_args_up->SetObjectSP(extra_args_sp); in CommandDataPython()
H A DScriptedProcessPythonInterface.cpp36 args_impl->SetObjectSP(args_sp); in CreatePluginObject()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h89 void SetObjectSP(const StructuredData::ObjectSP &obj) { m_data_sp = obj; } in SetObjectSP() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp84 args_data_impl->SetObjectSP(args_dict->shared_from_this()); in CreateFromStructuredData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp112 extra_args_impl->SetObjectSP(extra_args_sp); in CallBreakpointCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1378 extra_args_impl->SetObjectSP(extra_args_sp); in QueueThreadPlanForStepScripted()
H A DTarget.cpp624 extra_args_impl->SetObjectSP(extra_args_sp); in CreateScriptedBreakpoint()
3442 m_extra_args->SetObjectSP(extra_args_sp); in SetScriptCallback()