Lines Matching refs:TargetSP
50 TargetSP &target_sp) { in CreateTarget()
60 PlatformSP &platform_sp, TargetSP &target_sp) { in CreateTarget()
68 const OptionGroupPlatform *platform_options, TargetSP &target_sp) { in CreateTargetInternal()
279 lldb::TargetSP &target_sp) { in CreateTargetInternal()
400 bool TargetList::DeleteTarget(TargetSP &target_sp) { in DeleteTarget()
413 TargetSP TargetList::FindTargetWithExecutableAndArchitecture( in FindTargetWithExecutableAndArchitecture()
416 TargetSP target_sp; in FindTargetWithExecutableAndArchitecture()
435 TargetSP TargetList::FindTargetWithProcessID(lldb::pid_t pid) const { in FindTargetWithProcessID()
437 TargetSP target_sp; in FindTargetWithProcessID()
449 TargetSP TargetList::FindTargetWithProcess(Process *process) const { in FindTargetWithProcess()
450 TargetSP target_sp; in FindTargetWithProcess()
464 TargetSP TargetList::GetTargetSP(Target *target) const { in GetTargetSP()
465 TargetSP target_sp; in GetTargetSP()
483 TargetSP target_sp(FindTargetWithProcessID(pid)); in SendAsyncInterrupt()
518 TargetSP target_sp(FindTargetWithProcessID(pid)); in SignalIfRunning()
537 lldb::TargetSP TargetList::GetTargetAtIndex(uint32_t idx) const { in GetTargetAtIndex()
538 TargetSP target_sp; in GetTargetAtIndex()
545 uint32_t TargetList::GetIndexOfTarget(lldb::TargetSP target_sp) const { in GetIndexOfTarget()
569 lldb::TargetSP TargetList::GetSelectedTarget() { in GetSelectedTarget()