Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/API/
H A DSBStructuredData.cpp63 m_impl_up->SetObjectSP(json_obj); in SetFromJSON()
153 result.m_impl_up->SetObjectSP(m_impl_up->GetValueForKey(key)); in GetValueForKey()
161 result.m_impl_up->SetObjectSP(m_impl_up->GetItemAtIndex(idx)); in GetItemAtIndex()
H A DSBDebugger.cpp187 data.m_impl_up->SetObjectSP(std::move(dictionary)); in GetDiagnosticFromEvent()
472 data.m_impl_up->SetObjectSP( in GetSetting()
722 data.m_impl_up->SetObjectSP(interp->GetInterpreterInfo()); in GetScriptInterpreterInfo()
788 data.m_impl_up->SetObjectSP(std::move(config_up)); in GetBuildConfiguration()
1183 data.m_impl_up->SetObjectSP( in GetAvailablePlatformInfoAtIndex()
H A DSBLaunchInfo.cpp353 data.m_impl_up->SetObjectSP(dict_sp); in GetScriptedProcessDictionary()
H A DSBBreakpoint.cpp582 data.m_impl_up->SetObjectSP(bkpt_dict); in SerializeToStructuredData()
H A DSBProcess.cpp957 data.m_impl_up->SetObjectSP(fetched_data); in GetExtendedCrashInformation()
H A DSBTarget.cpp210 data.m_impl_up->SetObjectSP(StructuredData::ParseJSON(json_str)); in GetStatistics()
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp82 args_data_impl.SetObjectSP(args_dict->shared_from_this()); in CreateFromStructuredData()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DStructuredDataImpl.h92 void SetObjectSP(const StructuredData::ObjectSP &obj) { m_data_sp = obj; } in SetObjectSP() function
/openbsd/gnu/llvm/lldb/source/Target/
H A DTarget.cpp3741 m_extra_args.SetObjectSP(extra_args_sp); in SetScriptCallback()