Home
last modified time | relevance | path

Searched defs:first_arg_is_executable (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Utility/
H A DProcessInfo.cpp82 bool first_arg_is_executable) { in SetArguments()
97 void ProcessInfo::SetArguments(const Args &args, bool first_arg_is_executable) { in SetArguments()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHost.cpp431 const bool first_arg_is_executable = true; in RunShellCommand() local
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1190 const bool first_arg_is_executable = true; in DoExecute() local