Lines Matching refs:SetSP
225 SetSP(value_sp); in SBValue()
231 SetSP(rhs.m_opaque_sp); in SBValue()
238 SetSP(rhs.m_opaque_sp); in operator =()
397 sb_type.SetSP(type_sp); in GetType()
486 format.SetSP(format_sp); in GetTypeFormat()
502 summary.SetSP(summary_sp); in GetTypeSummary()
521 filter.SetSP(filter_sp); in GetTypeFilter()
541 synthetic.SetSP(synth_sp); in GetTypeSynthetic()
559 sb_value.SetSP(value_sp->GetSyntheticChildAtOffset( in CreateChildAtOffset()
575 sb_value.SetSP(value_sp->Cast(type_sp->GetCompilerType(false)), in Cast()
605 sb_value.SetSP(new_value_sp); in CreateValueFromExpression()
625 sb_value.SetSP(new_value_sp); in CreateValueFromAddress()
644 sb_value.SetSP(new_value_sp); in CreateValueFromData()
681 sb_value.SetSP(child_sp, use_dynamic, GetPreferSyntheticValue()); in GetChildAtIndex()
725 sb_value.SetSP(child_sp, use_dynamic_value, GetPreferSyntheticValue()); in GetChildMemberWithName()
737 value_sb.SetSP(proxy_sp); in GetDynamicValue()
750 value_sb.SetSP(proxy_sp); in GetStaticValue()
762 value_sb.SetSP(proxy_sp); in GetNonSyntheticValue()
774 value_sb.SetSP(proxy_sp); in GetSyntheticValue()
863 sb_value.SetSP(child_sp, GetPreferDynamicValue(), GetPreferSyntheticValue()); in GetValueForExpressionPath()
1030 sb_target.SetSP(target_sp); in GetTarget()
1043 sb_process.SetSP(process_sp); in GetProcess()
1095 void SBValue::SetSP(ValueImplSP impl_sp) { m_opaque_sp = impl_sp; } in SetSP() function in SBValue
1097 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
1118 SetSP(sp, use_dynamic, use_synthetic); in SetSP()
1120 SetSP(sp, use_dynamic, true); in SetSP()
1122 SetSP(sp, use_dynamic, false); in SetSP()
1125 void SBValue::SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic) { in SetSP() function in SBValue
1130 SetSP(sp, use_dynamic, use_synthetic); in SetSP()
1132 SetSP(sp, eNoDynamicValues, use_synthetic); in SetSP()
1134 SetSP(sp, eNoDynamicValues, use_synthetic); in SetSP()
1137 void SBValue::SetSP(const lldb::ValueObjectSP &sp, in SetSP() function in SBValue
1142 void SBValue::SetSP(const lldb::ValueObjectSP &sp, in SetSP() function in SBValue
1239 result.SetSP(res_val_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
1292 sb_value.SetSP(value_sp->AddressOf(error), GetPreferDynamicValue(), in AddressOf()
1482 sb_watchpoint.SetSP(watchpoint_sp); in Watch()
1531 persisted_sb.SetSP(value_sp->Persist()); in Persist()
1543 vtable_sb.SetSP(value_sp->GetVTable()); in GetVTable()