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 =()
394 sb_type.SetSP(type_sp); in GetType()
483 format.SetSP(format_sp); in GetTypeFormat()
499 summary.SetSP(summary_sp); in GetTypeSummary()
518 filter.SetSP(filter_sp); in GetTypeFilter()
538 synthetic.SetSP(synth_sp); in GetTypeSynthetic()
556 sb_value.SetSP(value_sp->GetSyntheticChildAtOffset( in CreateChildAtOffset()
572 sb_value.SetSP(value_sp->Cast(type_sp->GetCompilerType(false)), in Cast()
602 sb_value.SetSP(new_value_sp); in CreateValueFromExpression()
622 sb_value.SetSP(new_value_sp); in CreateValueFromAddress()
641 sb_value.SetSP(new_value_sp); in CreateValueFromData()
678 sb_value.SetSP(child_sp, use_dynamic, GetPreferSyntheticValue()); in GetChildAtIndex()
722 sb_value.SetSP(child_sp, use_dynamic_value, GetPreferSyntheticValue()); in GetChildMemberWithName()
734 value_sb.SetSP(proxy_sp); in GetDynamicValue()
747 value_sb.SetSP(proxy_sp); in GetStaticValue()
759 value_sb.SetSP(proxy_sp); in GetNonSyntheticValue()
845 sb_value.SetSP(child_sp, GetPreferDynamicValue(), GetPreferSyntheticValue()); in GetValueForExpressionPath()
993 sb_target.SetSP(target_sp); in GetTarget()
1006 sb_process.SetSP(process_sp); in GetProcess()
1058 void SBValue::SetSP(ValueImplSP impl_sp) { m_opaque_sp = impl_sp; } in SetSP() function in SBValue
1060 void SBValue::SetSP(const lldb::ValueObjectSP &sp) { in SetSP() function in SBValue
1074 void SBValue::SetSP(const lldb::ValueObjectSP &sp, in SetSP() function in SBValue
1081 SetSP(sp, use_dynamic, use_synthetic); in SetSP()
1083 SetSP(sp, use_dynamic, true); in SetSP()
1085 SetSP(sp, use_dynamic, false); in SetSP()
1088 void SBValue::SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic) { in SetSP() function in SBValue
1093 SetSP(sp, use_dynamic, use_synthetic); in SetSP()
1095 SetSP(sp, eNoDynamicValues, use_synthetic); in SetSP()
1097 SetSP(sp, eNoDynamicValues, use_synthetic); in SetSP()
1100 void SBValue::SetSP(const lldb::ValueObjectSP &sp, in SetSP() function in SBValue
1105 void SBValue::SetSP(const lldb::ValueObjectSP &sp, in SetSP() function in SBValue
1202 result.SetSP(res_val_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
1252 sb_value.SetSP(value_sp->AddressOf(error), GetPreferDynamicValue(), in AddressOf()
1460 sb_watchpoint.SetSP(watchpoint_sp); in Watch()
1509 persisted_sb.SetSP(value_sp->Persist()); in Persist()
1521 vtable_sb.SetSP(value_sp->GetVTable()); in GetVTable()