Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DTelemetry.cpp142 if (entry.GetObjectSP()->GetType() != lldb::eStructuredDataTypeDictionary) { in DispatchClientTelemetry()
144 entry.GetObjectSP()->GetType()); in DispatchClientTelemetry()
148 auto *dict = entry.GetObjectSP()->GetAsDictionary(); in DispatchClientTelemetry()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h80 StructuredData::ObjectSP GetObjectSP() { return m_data_sp; } in GetObjectSP() function
165 StructuredData::ObjectSP GetObjectSP() const { return m_data_sp; } in GetObjectSP() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTrace.cpp101 m_opaque_sp->Start(configuration.m_impl_up->GetObjectSP())) in Start()
116 configuration.m_impl_up->GetObjectSP())) in Start()
H A DSBStructuredData.cpp158 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 DSBLaunchInfo.cpp377 StructuredData::ObjectSP obj_sp = dict.m_impl_up->GetObjectSP(); in SetScriptedProcessDictionary()
H A DSBThreadPlan.cpp424 StructuredData::ObjectSP args_obj = args_data.m_impl_up->GetObjectSP(); in QueueThreadPlanForStepScripted()
H A DSBBreakpointLocation.cpp241 ->GetObjectSP()); in SetScriptCallbackFunction()
H A DSBBreakpointName.cpp579 extra_args.m_impl_up->GetObjectSP()); in SetScriptCallbackFunction()
H A DSBBreakpoint.cpp624 ->GetObjectSP()); in SetScriptCallbackFunction()
H A DSBThread.cpp930 StructuredData::ObjectSP obj_sp = args_data.m_impl_up->GetObjectSP(); in StepUsingScriptedThreadPlan()
H A DSBTarget.cpp1037 StructuredData::ObjectSP obj_sp = extra_args.m_impl_up->GetObjectSP(); in BreakpointCreateFromScript()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp95 m_args.GetObjectSP()); in SerializeToStructuredData()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4062 StructuredData::ObjectSP object_sp = m_extra_args.GetObjectSP(); in GetSubclassDescription()