Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DJob.cpp360 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()
414 void CC1Command::setEnvironment(llvm::ArrayRef<const char *> NewEnvironment) { in setEnvironment()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DJob.h233 class CC1Command : public Command {
235 CC1Command(const Action &Source, const Tool &Creator,
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp7281 C.addCommand(std::make_unique<CC1Command>(JA, *this, in ConstructJob()
8106 C.addCommand(std::make_unique<CC1Command>(JA, *this, in ConstructJob()