Home
last modified time | relevance | path

Searched refs:GetArg0 (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessInfo.h77 llvm::StringRef GetArg0() const;
H A DTarget.h110 llvm::StringRef GetArg0() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessInfo.cpp76 llvm::StringRef ProcessInfo::GetArg0() const { in GetArg0() function in ProcessInfo
H A DTarget.cpp3787 llvm::StringRef TargetProperties::GetArg0() const { in GetArg0() function in TargetProperties
4061 m_launch_info.SetArg0(GetArg0()); // FIXME: Arg0 callback doesn't work in GetProcessLaunchInfo()
4068 SetArg0(launch_info.GetArg0()); in SetProcessLaunchInfo()
4106 this_->m_launch_info.SetArg0(this_->GetArg0()); in Arg0ValueChangedCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp170 llvm::StringRef target_settings_argv0 = target->GetArg0(); in DoExecute()