| /freebsd-14.2/contrib/llvm-project/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 | XCore.cpp | 55 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 83 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
| H A D | HIPUtility.cpp | 95 C.addCommand(std::make_unique<Command>( in constructHIPFatbinCommand() 177 C.addCommand(std::make_unique<Command>(JA, T, ResponseFileSupport::None(), Mc, in constructGenerateObjFileFromHIPFatBinary()
|
| H A D | InterfaceStubs.cpp | 58 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
| H A D | DragonFly.cpp | 47 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 198 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | AIX.cpp | 81 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 278 C.addCommand(std::move(ExpCommand)); in ConstructJob() 338 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() 207 C.addCommand(std::make_unique<Command>(JA, *this, 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 | ZOS.cpp | 68 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 207 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
| H A D | OpenBSD.cpp | 102 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 290 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | HIPAMD.cpp | 98 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLlvmLinkCommand() 187 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLldCommand()
|
| H A D | PS4CPU.cpp | 79 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 241 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | Fuchsia.cpp | 199 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 244 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | FreeBSD.cpp | 124 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 383 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | WebAssembly.cpp | 174 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 196 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | BareMetal.cpp | 425 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 489 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | CSKYToolChain.cpp | 200 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | NetBSD.cpp | 109 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 372 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | RISCVToolchain.cpp | 220 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | Cuda.cpp | 495 C.addCommand(std::make_unique<Command>( in ConstructJob() 565 C.addCommand(std::make_unique<Command>( in ConstructJob() 650 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | HLSL.cpp | 157 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
| H A D | Haiku.cpp | 155 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | MSP430.cpp | 314 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | AVR.cpp | 591 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Compilation.h | 220 void addCommand(std::unique_ptr<Command> C) { Jobs.addJob(std::move(C)); } in addCommand() function
|