Home
last modified time | relevance | path

Searched refs:obj_sp (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBTraceOptions.cpp74 StructuredData::ObjectSP obj_sp = params.m_impl_up->GetObjectSP(); in setTraceParams() local
75 if (obj_sp && obj_sp->GetAsDictionary() != nullptr) in setTraceParams()
77 std::static_pointer_cast<StructuredData::Dictionary>(obj_sp)); in setTraceParams()
DSBStructuredData.cpp133 StructuredData::ObjectSP obj_sp = m_impl_up->GetObjectSP(); in GetKeys() local
134 if (!obj_sp) in GetKeys()
137 StructuredData::Dictionary *dict = obj_sp->GetAsDictionary(); in GetKeys()
DSBThread.cpp931 StructuredData::ObjectSP obj_sp = args_data.m_impl_up->GetObjectSP(); in StepUsingScriptedThreadPlan() local
934 false, script_class_name, obj_sp, false, new_plan_status); in StepUsingScriptedThreadPlan()
DSBTarget.cpp1124 StructuredData::ObjectSP obj_sp = extra_args.m_impl_up->GetObjectSP(); in BreakpointCreateFromScript() local
1131 obj_sp, in BreakpointCreateFromScript()