Home | History | Annotate | Download | only in Driver

Lines Matching defs:Command

1 //===--- Job.cpp - Command to Execute -------------------------------------===//
29 Command::Command(const Action &Source, const Tool &Creator,
81 void Command::printArg(raw_ostream &OS, const char *Arg, bool Quote) {
99 void Command::writeResponseFile(raw_ostream &OS) const {
125 void Command::buildArgvForResponseFile(
154 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote,
212 void Command::setResponseFile(const char *FileName) {
218 int Command::Execute(const StringRef **Redirects, std::string *ErrMsg,
233 // We need to put arguments in a response file (command is too large)
263 std::unique_ptr<Command> Fallback_)
264 : Command(Source_, Creator_, Executable_, Arguments_, Inputs),
269 Command::Print(OS, "", Quote, CrashInfo);
283 int PrimaryStatus = Command::Execute(Redirects, ErrMsg, ExecutionFailed);