Lines Matching refs:Command
28 Command::Command(const Action &Source, const Tool &Creator, in Command() function in Command
74 void Command::printArg(raw_ostream &OS, const char *Arg, bool Quote) { in printArg()
92 void Command::writeResponseFile(raw_ostream &OS) const { in writeResponseFile()
116 void Command::buildArgvForResponseFile( in buildArgvForResponseFile()
145 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print()
207 void Command::setResponseFile(const char *FileName) { in setResponseFile()
213 int Command::Execute(const StringRef **Redirects, std::string *ErrMsg, in Execute()
257 std::unique_ptr<Command> Fallback_) in FallbackCommand()
258 : Command(Source_, Creator_, Executable_, Arguments_), in FallbackCommand()
263 Command::Print(OS, "", Quote, CrashInfo); in Print()
277 int PrimaryStatus = Command::Execute(Redirects, ErrMsg, ExecutionFailed); in Execute()