Lines Matching defs:Command
265 // Custom compiler command implementation of AbstractIntepreter interface
267 // Allows using a custom command for compiling the bitcode, thus allows, for
326 // Custom execution command implementation of AbstractIntepreter interface
328 // Allows using a custom command for executing the bitcode, thus allows,
381 // Tokenize the CommandLine to the command and the args to allow
382 // defining a full command line as the command instead of just the
383 // executed program. We cannot just pass the whole string after the command
385 // command line argument (with spaces in it: "foo bar" instead
393 std::string Command = "";
401 if (Command == "")
402 Command = token;
411 auto Path = sys::findProgramByName(Command);
414 std::string("Cannot find '") + Command +
420 Message = "Found command in: " + CmdPath + "\n";
423 // Custom execution environment create method, takes the execution command
438 // Custom execution environment create method, takes the execution command
593 // Construct a vector of parameters, incorporating those from the command-line
711 // command line, so this should be safe.
867 // command line, so this should be safe.