Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:Command

283 // Custom compiler command implementation of AbstractIntepreter interface
285 // Allows using a custom command for compiling the bitcode, thus allows, for
344 // Custom execution command implementation of AbstractIntepreter interface
346 // Allows using a custom command for executing the bitcode, thus allows,
399 // Tokenize the CommandLine to the command and the args to allow
400 // defining a full command line as the command instead of just the
401 // executed program. We cannot just pass the whole string after the command
403 // command line argument (with spaces in it: "foo bar" instead
411 std::string Command = "";
419 if (Command == "")
420 Command = token;
429 CmdPath = sys::FindProgramByName(Command);
432 std::string("Cannot find '") + Command +
437 Message = "Found command in: " + CmdPath + "\n";
440 // Custom execution environment create method, takes the execution command
455 // Custom execution environment create method, takes the execution command
610 // Construct a vector of parameters, incorporating those from the command-line
728 // command line, so this should be safe.
884 // command line, so this should be safe.