Lines Matching refs:SetSP
223 SetSP(value_sp); in SBValue()
229 SetSP(rhs.m_opaque_sp); in SBValue()
237 SetSP(rhs.m_opaque_sp); in operator =()
403 sb_type.SetSP(type_sp); in GetType()
500 format.SetSP(format_sp); in GetTypeFormat()
516 summary.SetSP(summary_sp); in GetTypeSummary()
535 filter.SetSP(filter_sp); in GetTypeFilter()
555 synthetic.SetSP(synth_sp); in GetTypeSynthetic()
575 sb_value.SetSP(value_sp->GetSyntheticChildAtOffset( in CreateChildAtOffset()
591 sb_value.SetSP(value_sp->Cast(type_sp->GetCompilerType(false)), in Cast()
625 sb_value.SetSP(new_value_sp); in CreateValueFromExpression()
647 sb_value.SetSP(new_value_sp); in CreateValueFromAddress()
668 sb_value.SetSP(new_value_sp); in CreateValueFromData()
708 sb_value.SetSP(child_sp, use_dynamic, GetPreferSyntheticValue()); in GetChildAtIndex()
757 sb_value.SetSP(child_sp, use_dynamic_value, GetPreferSyntheticValue()); in GetChildMemberWithName()
770 value_sb.SetSP(proxy_sp); in GetDynamicValue()
783 value_sb.SetSP(proxy_sp); in GetStaticValue()
795 value_sb.SetSP(proxy_sp); in GetNonSyntheticValue()
885 sb_value.SetSP(child_sp, GetPreferDynamicValue(), GetPreferSyntheticValue()); in GetValueForExpressionPath()
1036 sb_target.SetSP(target_sp); in GetTarget()
1049 sb_process.SetSP(process_sp); in GetProcess()
1096 void SBValue::SetSP(ValueImplSP impl_sp) { m_opaque_sp = impl_sp; } in SetSP() function in SBValue
1098 void SBValue::SetSP(const lldb::ValueObjectSP &sp) { in SetSP() function in SBValue
1112 void SBValue::SetSP(const lldb::ValueObjectSP &sp, in SetSP() function in SBValue
1119 SetSP(sp, use_dynamic, use_synthetic); in SetSP()
1121 SetSP(sp, use_dynamic, true); in SetSP()
1123 SetSP(sp, use_dynamic, false); in SetSP()
1126 void SBValue::SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic) { in SetSP() function in SBValue
1131 SetSP(sp, use_dynamic, use_synthetic); in SetSP()
1133 SetSP(sp, eNoDynamicValues, use_synthetic); in SetSP()
1135 SetSP(sp, eNoDynamicValues, use_synthetic); in SetSP()
1138 void SBValue::SetSP(const lldb::ValueObjectSP &sp, in SetSP() function in SBValue
1143 void SBValue::SetSP(const lldb::ValueObjectSP &sp, in SetSP() function in SBValue
1249 result.SetSP(res_val_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
1296 sb_value.SetSP(value_sp->AddressOf(error), GetPreferDynamicValue(), in AddressOf()
1489 sb_watchpoint.SetSP(watchpoint_sp); in Watch()
1541 persisted_sb.SetSP(value_sp->Persist()); in Persist()