Lines Matching refs:SetSP
223 SBValue::SBValue(const lldb::ValueObjectSP &value_sp) { SetSP(value_sp); } in SBValue()
225 SBValue::SBValue(const SBValue &rhs) { SetSP(rhs.m_opaque_sp); } in SBValue()
229 SetSP(rhs.m_opaque_sp); in operator =()
490 sb_type.SetSP(type_sp); in GetType()
612 format.SetSP(format_sp); in GetTypeFormat()
626 summary.SetSP(summary_sp); in GetTypeSummary()
643 filter.SetSP(filter_sp); in GetTypeFilter()
662 synthetic.SetSP(synth_sp); in GetTypeSynthetic()
679 sb_value.SetSP(value_sp->GetSyntheticChildAtOffset( in CreateChildAtOffset()
703 sb_value.SetSP(value_sp->Cast(type_sp->GetCompilerType(false)), in Cast()
730 sb_value.SetSP(new_value_sp); in CreateValueFromExpression()
759 sb_value.SetSP(new_value_sp); in CreateValueFromAddress()
786 sb_value.SetSP(new_value_sp); in CreateValueFromData()
830 sb_value.SetSP(child_sp, use_dynamic, GetPreferSyntheticValue()); in GetChildAtIndex()
885 sb_value.SetSP(child_sp, use_dynamic_value, GetPreferSyntheticValue()); in GetChildMemberWithName()
901 value_sb.SetSP(proxy_sp); in GetDynamicValue()
912 value_sb.SetSP(proxy_sp); in GetStaticValue()
922 value_sb.SetSP(proxy_sp); in GetNonSyntheticValue()
991 sb_value.SetSP(child_sp, GetPreferDynamicValue(), GetPreferSyntheticValue()); in GetValueForExpressionPath()
1135 sb_target.SetSP(target_sp); in GetTarget()
1155 sb_process.SetSP(process_sp); in GetProcess()
1223 void SBValue::SetSP(ValueImplSP impl_sp) { m_opaque_sp = impl_sp; } in SetSP() function in SBValue
1225 void SBValue::SetSP(const lldb::ValueObjectSP &sp) { in SetSP() function in SBValue
1239 void SBValue::SetSP(const lldb::ValueObjectSP &sp, in SetSP() function in SBValue
1246 SetSP(sp, use_dynamic, use_synthetic); in SetSP()
1248 SetSP(sp, use_dynamic, true); in SetSP()
1250 SetSP(sp, use_dynamic, false); in SetSP()
1253 void SBValue::SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic) { in SetSP() function in SBValue
1258 SetSP(sp, use_dynamic, use_synthetic); in SetSP()
1260 SetSP(sp, eNoDynamicValues, use_synthetic); in SetSP()
1262 SetSP(sp, eNoDynamicValues, use_synthetic); in SetSP()
1265 void SBValue::SetSP(const lldb::ValueObjectSP &sp, in SetSP() function in SBValue
1270 void SBValue::SetSP(const lldb::ValueObjectSP &sp, in SetSP() function in SBValue
1332 sb_value.SetSP(value_sp->AddressOf(error), GetPreferDynamicValue(), in AddressOf()
1541 sb_watchpoint.SetSP(watchpoint_sp); in Watch()
1594 persisted_sb.SetSP(value_sp->Persist()); in Persist()