Searched refs:GetStatusFromMethod (Results 1 – 3 of 3) sorted by relevance
95 return GetStatusFromMethod("attach_to_process"); in AttachToProcess()101 return GetStatusFromMethod("launch_process"); in LaunchProcess()105 return GetStatusFromMethod("kill_process", pid); in KillProcess()
60 return GetStatusFromMethod("launch"); in Launch()64 return GetStatusFromMethod("resume"); in Resume()78 return GetStatusFromMethod("stop"); in Stop()
104 Status GetStatusFromMethod(llvm::StringRef method_name, Args &&...args) { in GetStatusFromMethod() function