| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | SPIRV.cpp | 37 C.addCommand(std::make_unique<Command>(JA, T, ResponseFileSupport::None(), in constructTranslateCommand() 90 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
| H A D | AMDGPUOpenMP.cpp | 143 C.addCommand(std::make_unique<Command>( in constructLLVMLinkCommand() 159 C.addCommand(std::make_unique<Command>( in constructLLVMLinkCommand() 195 C.addCommand(std::make_unique<Command>( in constructLlcCommand() 212 C.addCommand(std::make_unique<Command>( in constructLldCommand()
|
| H A D | Minix.cpp | 39 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 96 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | XCore.cpp | 55 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 84 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
| H A D | Ananas.cpp | 42 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 132 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | HIPUtility.cpp | 89 C.addCommand(std::make_unique<Command>( in constructHIPFatbinCommand() 169 C.addCommand(std::make_unique<Command>(JA, T, ResponseFileSupport::None(), Mc, in constructGenerateObjFileFromHIPFatBinary()
|
| H A D | Myriad.cpp | 80 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 116 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 203 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | DragonFly.cpp | 48 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 177 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | InterfaceStubs.cpp | 58 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
| H A D | CrossWindows.cpp | 60 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 206 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | AIX.cpp | 73 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 193 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
| H A D | Solaris.cpp | 46 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 177 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
| H A D | HIPSPV.cpp | 78 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLinkAndEmitSpirvCommand() 93 C.addCommand(std::make_unique<Command>( in constructLinkAndEmitSpirvCommand()
|
| H A D | PS4CPU.cpp | 78 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 182 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | OpenBSD.cpp | 104 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 261 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | HIPAMD.cpp | 100 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLlvmLinkCommand() 166 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLldCommand()
|
| H A D | CloudABI.cpp | 95 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | Flang.cpp | 164 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | WebAssembly.cpp | 129 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 153 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | Cuda.cpp | 478 C.addCommand(std::make_unique<Command>( in ConstructJob() 548 C.addCommand(std::make_unique<Command>( in ConstructJob() 630 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | FreeBSD.cpp | 132 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 377 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | NetBSD.cpp | 110 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 349 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | AVR.cpp | 521 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | CSKYToolChain.cpp | 200 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Compilation.h | 217 void addCommand(std::unique_ptr<Command> C) { Jobs.addJob(std::move(C)); } in addCommand() function
|