Searched refs:CC1Command (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Job.cpp | 360 CC1Command::CC1Command(const Action &Source, const Tool &Creator, in CC1Command() function in CC1Command 370 void CC1Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print() 377 int CC1Command::Execute(ArrayRef<llvm::Optional<StringRef>> Redirects, in Execute() 412 void CC1Command::setEnvironment(llvm::ArrayRef<const char *> NewEnvironment) { in setEnvironment()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Job.h | 227 class CC1Command : public Command { 229 CC1Command(const Action &Source, const Tool &Creator,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 6860 C.addCommand(std::make_unique<CC1Command>(JA, *this, in ConstructJob() 7605 C.addCommand(std::make_unique<CC1Command>(JA, *this, in ConstructJob()
|