Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:Command

284 // Custom compiler command implementation of AbstractIntepreter interface
286 // Allows using a custom command for compiling the bitcode, thus allows, for
345 // Custom execution command implementation of AbstractIntepreter interface
347 // Allows using a custom command for executing the bitcode, thus allows,
400 // Tokenize the CommandLine to the command and the args to allow
401 // defining a full command line as the command instead of just the
402 // executed program. We cannot just pass the whole string after the command
404 // command line argument (with spaces in it: "foo bar" instead
412 std::string Command = "";
420 if (Command == "")
421 Command = token;
430 CmdPath = sys::FindProgramByName(Command);
433 std::string("Cannot find '") + Command +
438 Message = "Found command in: " + CmdPath + "\n";
441 // Custom execution environment create method, takes the execution command
456 // Custom execution environment create method, takes the execution command
611 // Construct a vector of parameters, incorporating those from the command-line
729 // command line, so this should be safe.
885 // command line, so this should be safe.