Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp85 bool first_arg_is_executable) { in SetArguments()
100 void ProcessInfo::SetArguments(const Args &args, bool first_arg_is_executable) { in SetArguments()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp458 const bool first_arg_is_executable = true; in RunShellCommand() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1114 const bool first_arg_is_executable = true; in DoExecute() local