Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h90 StructuredData::ObjectSP GetObjectSP() { return m_data_sp; } in GetObjectSP() function
175 StructuredData::ObjectSP GetObjectSP() const { return m_data_sp; } in GetObjectSP() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTrace.cpp99 m_opaque_sp->Start(configuration.m_impl_up->GetObjectSP())) in Start()
114 configuration.m_impl_up->GetObjectSP())) in Start()
H A DSBStructuredData.cpp153 StructuredData::ObjectSP obj_sp = m_impl_up->GetObjectSP(); in GetKeys()
H A DSBAttachInfo.cpp321 StructuredData::ObjectSP obj_sp = dict.m_impl_up->GetObjectSP(); in SetScriptedProcessDictionary()
H A DSBThreadPlan.cpp401 StructuredData::ObjectSP args_obj = args_data.m_impl_up->GetObjectSP(); in QueueThreadPlanForStepScripted()
H A DSBLaunchInfo.cpp377 StructuredData::ObjectSP obj_sp = dict.m_impl_up->GetObjectSP(); in SetScriptedProcessDictionary()
H A DSBBreakpointLocation.cpp241 ->GetObjectSP()); in SetScriptCallbackFunction()
H A DSBBreakpointName.cpp579 extra_args.m_impl_up->GetObjectSP()); in SetScriptCallbackFunction()
H A DSBBreakpoint.cpp623 ->GetObjectSP()); in SetScriptCallbackFunction()
H A DSBThread.cpp916 StructuredData::ObjectSP obj_sp = args_data.m_impl_up->GetObjectSP(); in StepUsingScriptedThreadPlan()
H A DSBTarget.cpp1055 StructuredData::ObjectSP obj_sp = extra_args.m_impl_up->GetObjectSP(); in BreakpointCreateFromScript()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp94 m_args.GetObjectSP()); in SerializeToStructuredData()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3885 StructuredData::ObjectSP object_sp = m_extra_args.GetObjectSP(); in GetSubclassDescription()