Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
412 void CC1Command::setEnvironment(llvm::ArrayRef<const char *> NewEnvironment) { in setEnvironment()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h227 class CC1Command : public Command {
229 CC1Command(const Action &Source, const Tool &Creator,
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp6860 C.addCommand(std::make_unique<CC1Command>(JA, *this, in ConstructJob()
7605 C.addCommand(std::make_unique<CC1Command>(JA, *this, in ConstructJob()