Searched refs:GetArg0 (Results 1 – 6 of 6) sorted by relevance
79 llvm::StringRef GetArg0() const;
78 llvm::StringRef ProcessInfo::GetArg0() const { return m_arg0; } in GetArg0() function in ProcessInfo
3853 llvm::StringRef TargetProperties::GetArg0() const { in GetArg0() function in TargetProperties4184 m_launch_info.SetArg0(GetArg0()); // FIXME: Arg0 callback doesn't work in GetProcessLaunchInfo()4191 SetArg0(launch_info.GetArg0()); in SetProcessLaunchInfo()4234 m_launch_info.SetArg0(GetArg0()); in Arg0ValueChangedCallback()
113 llvm::StringRef GetArg0() const;
1192 response.PutStringAsRawHex8(proc_info.GetArg0()); in CreateProcessInfoResponse()
164 llvm::StringRef target_settings_argv0 = target->GetArg0(); in DoExecute()