Lines Matching refs:SetSP
221 SetSP(value_sp); in SBValue()
227 SetSP(rhs.m_opaque_sp); in SBValue()
234 SetSP(rhs.m_opaque_sp); in operator =()
400 sb_type.SetSP(type_sp); in GetType()
493 format.SetSP(format_sp); in GetTypeFormat()
509 summary.SetSP(summary_sp); in GetTypeSummary()
528 filter.SetSP(filter_sp); in GetTypeFilter()
548 synthetic.SetSP(synth_sp); in GetTypeSynthetic()
566 sb_value.SetSP(value_sp->GetSyntheticChildAtOffset( in CreateChildAtOffset()
582 sb_value.SetSP(value_sp->Cast(type_sp->GetCompilerType(false)), in Cast()
612 sb_value.SetSP(new_value_sp); in CreateValueFromExpression()
632 sb_value.SetSP(new_value_sp); in CreateValueFromAddress()
651 sb_value.SetSP(new_value_sp); in CreateValueFromData()
688 sb_value.SetSP(child_sp, use_dynamic, GetPreferSyntheticValue()); in GetChildAtIndex()
733 sb_value.SetSP(child_sp, use_dynamic_value, GetPreferSyntheticValue()); in GetChildMemberWithName()
745 value_sb.SetSP(proxy_sp); in GetDynamicValue()
758 value_sb.SetSP(proxy_sp); in GetStaticValue()
770 value_sb.SetSP(proxy_sp); in GetNonSyntheticValue()
856 sb_value.SetSP(child_sp, GetPreferDynamicValue(), GetPreferSyntheticValue()); in GetValueForExpressionPath()
1004 sb_target.SetSP(target_sp); in GetTarget()
1017 sb_process.SetSP(process_sp); in GetProcess()
1064 void SBValue::SetSP(ValueImplSP impl_sp) { m_opaque_sp = impl_sp; } in SetSP() function in SBValue
1066 void SBValue::SetSP(const lldb::ValueObjectSP &sp) { in SetSP() function in SBValue
1080 void SBValue::SetSP(const lldb::ValueObjectSP &sp, in SetSP() function in SBValue
1087 SetSP(sp, use_dynamic, use_synthetic); in SetSP()
1089 SetSP(sp, use_dynamic, true); in SetSP()
1091 SetSP(sp, use_dynamic, false); in SetSP()
1094 void SBValue::SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic) { in SetSP() function in SBValue
1099 SetSP(sp, use_dynamic, use_synthetic); in SetSP()
1101 SetSP(sp, eNoDynamicValues, use_synthetic); in SetSP()
1103 SetSP(sp, eNoDynamicValues, use_synthetic); in SetSP()
1106 void SBValue::SetSP(const lldb::ValueObjectSP &sp, in SetSP() function in SBValue
1111 void SBValue::SetSP(const lldb::ValueObjectSP &sp, in SetSP() function in SBValue
1208 result.SetSP(res_val_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
1254 sb_value.SetSP(value_sp->AddressOf(error), GetPreferDynamicValue(), in AddressOf()
1455 sb_watchpoint.SetSP(watchpoint_sp); in Watch()
1504 persisted_sb.SetSP(value_sp->Persist()); in Persist()