Lines Matching refs:target_sp

101       TargetSP target_sp = m_valobj_sp->GetTargetSP();
102 return target_sp && target_sp->IsValid();
677 TargetSP target_sp;
679 target_sp = m_opaque_sp->GetTargetSP();
681 if (target_sp)
682 use_dynamic = target_sp->GetPreferDynamicValue();
731 TargetSP target_sp;
733 target_sp = m_opaque_sp->GetTargetSP();
735 if (target_sp)
736 use_dynamic_value = target_sp->GetPreferDynamicValue();
1033 TargetSP target_sp;
1035 target_sp = m_opaque_sp->GetTargetSP();
1036 sb_target.SetSP(target_sp);
1100 lldb::TargetSP target_sp(sp->GetTargetSP());
1101 if (target_sp) {
1102 lldb::DynamicValueType use_dynamic = target_sp->GetPreferDynamicValue();
1104 target_sp->TargetProperties::GetEnableSyntheticValue();
1115 lldb::TargetSP target_sp(sp->GetTargetSP());
1116 if (target_sp) {
1118 target_sp->TargetProperties::GetEnableSyntheticValue();
1128 lldb::TargetSP target_sp(sp->GetTargetSP());
1129 if (target_sp) {
1130 lldb::DynamicValueType use_dynamic = target_sp->GetPreferDynamicValue();
1186 lldb::TargetSP target_sp = value_sp->GetTargetSP();
1187 if (!target_sp)
1191 options.SetFetchDynamicValue(target_sp->GetPreferDynamicValue());
1228 lldb::TargetSP target_sp = value_sp->GetTargetSP();
1229 if (!target_sp) {
1233 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex());
1234 ExecutionContext exe_ctx(target_sp.get());
1242 target_sp->EvaluateExpression(expr, frame, res_val_sp, options.ref(), nullptr,
1310 TargetSP target_sp(value_sp->GetTargetSP());
1311 if (target_sp) {
1322 value = addr.GetLoadAddress(target_sp.get());
1340 TargetSP target_sp(value_sp->GetTargetSP());
1341 if (target_sp) {
1354 addr.SetLoadAddress(value, target_sp.get());
1370 TargetSP target_sp(value_sp->GetTargetSP());
1371 if (target_sp) {
1459 TargetSP target_sp(GetTarget().GetSP());
1460 if (value_sp && target_sp) {
1485 target_sp->CreateWatchpoint(addr, byte_size, &type, watch_type, rc);
1500 } else if (target_sp) {