Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DJob.cpp256 FallbackCommand::FallbackCommand(const Action &Source_, const Tool &Creator_, in FallbackCommand() function in FallbackCommand
263 void FallbackCommand::Print(raw_ostream &OS, const char *Terminator, in Print()
277 int FallbackCommand::Execute(const StringRef **Redirects, std::string *ErrMsg, in Execute()
H A DTools.cpp4518 C.addCommand(llvm::make_unique<FallbackCommand>(JA, *this, Exec, CmdArgs, in ConstructJob()
/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DJob.h145 class FallbackCommand : public Command {
147 FallbackCommand(const Action &Source_, const Tool &Creator_,