Home
last modified time | relevance | path

Searched refs:FallbackCommand (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/Driver/
HDJob.cpp129 FallbackCommand::FallbackCommand(const Action &Source_, const Tool &Creator_, in FallbackCommand() function in FallbackCommand
136 void FallbackCommand::Print(raw_ostream &OS, const char *Terminator, in Print()
150 int FallbackCommand::Execute(const StringRef **Redirects, std::string *ErrMsg, in Execute()
HDTools.cpp3776 C.addCommand(new FallbackCommand(JA, *this, Exec, CmdArgs, CLCommand)); in ConstructJob()
/trueos/contrib/llvm/tools/clang/include/clang/Driver/
HDJob.h101 class FallbackCommand : public Command {
103 FallbackCommand(const Action &Source_, const Tool &Creator_,