Lines Matching refs:SetSP
251 SetSP(value_sp); in SBValue()
256 SetSP(rhs.m_opaque_sp); in SBValue()
264 SetSP(rhs.m_opaque_sp); in operator =()
477 sb_type.SetSP(type_sp); in GetType()
590 format.SetSP(format_sp); in GetTypeFormat()
609 summary.SetSP(summary_sp); in GetTypeSummary()
631 filter.SetSP(filter_sp); in GetTypeFilter()
654 synthetic.SetSP(synth_sp); in GetTypeSynthetic()
674 …sb_value.SetSP(value_sp->GetSyntheticChildAtOffset(offset, type_sp->GetClangASTType(), true),GetPr… in CreateChildAtOffset()
699 …sb_value.SetSP(value_sp->Cast(type_sp->GetClangASTType()),GetPreferDynamicValue(),GetPreferSynthet… in Cast()
733 sb_value.SetSP(new_value_sp); in CreateValueFromExpression()
785 sb_value.SetSP(new_value_sp); in CreateValueFromAddress()
816 sb_value.SetSP(new_value_sp); in CreateValueFromData()
870 sb_value.SetSP (child_sp, use_dynamic, GetPreferSyntheticValue()); in GetChildAtIndex()
927 sb_value.SetSP(child_sp, use_dynamic_value, GetPreferSyntheticValue()); in GetChildMemberWithName()
942 value_sb.SetSP(proxy_sp); in GetDynamicValue()
954 value_sb.SetSP(proxy_sp); in GetStaticValue()
966 value_sb.SetSP(proxy_sp); in GetNonSyntheticValue()
1035 sb_value.SetSP(child_sp,GetPreferDynamicValue(),GetPreferSyntheticValue()); in GetValueForExpressionPath()
1198 sb_target.SetSP (target_sp); in GetTarget()
1219 sb_process.SetSP (process_sp); in GetProcess()
1291 SBValue::SetSP (ValueImplSP impl_sp) in SetSP() function in SBValue
1297 SBValue::SetSP (const lldb::ValueObjectSP &sp) in SetSP() function in SBValue
1316 SBValue::SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic) in SetSP() function in SBValue
1324 SetSP (sp, use_dynamic, use_synthetic); in SetSP()
1327 SetSP (sp, use_dynamic, true); in SetSP()
1330 SetSP (sp, use_dynamic, false); in SetSP()
1334 SBValue::SetSP (const lldb::ValueObjectSP &sp, bool use_synthetic) in SetSP() function in SBValue
1342 SetSP (sp, use_dynamic, use_synthetic); in SetSP()
1345 SetSP (sp, eNoDynamicValues, use_synthetic); in SetSP()
1348 SetSP (sp, eNoDynamicValues, use_synthetic); in SetSP()
1352 SBValue::SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthet… in SetSP() function in SBValue
1358 SBValue::SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthet… in SetSP() function in SBValue
1434 … sb_value.SetSP(value_sp->AddressOf (error),GetPreferDynamicValue(), GetPreferSyntheticValue()); in AddressOf()
1670 sb_watchpoint.SetSP (watchpoint_sp); in Watch()