Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp392 CC1Command::CC1Command(const Action &Source, const Tool &Creator, in CC1Command() function in CC1Command
403 void CC1Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print()
410 int CC1Command::Execute(ArrayRef<std::optional<StringRef>> Redirects, in Execute()
447 void CC1Command::setEnvironment(llvm::ArrayRef<const char *> NewEnvironment) { in setEnvironment()
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h243 class CC1Command : public Command {
245 CC1Command(const Action &Source, const Tool &Creator,
/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp7969 C.addCommand(std::make_unique<CC1Command>( in ConstructJob()
8773 C.addCommand(std::make_unique<CC1Command>( in ConstructJob()