| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | SPIRV.cpp | 44 C.addCommand(std::make_unique<Command>(JA, T, ResponseFileSupport::None(), in constructTranslateCommand() 69 C.addCommand(std::make_unique<Command>(JA, T, ResponseFileSupport::None(), in constructAssembleCommand() 136 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 | 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() 199 C.addCommand(std::make_unique<Command>(JA, *this, 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 | UEFI.cpp | 95 C.addCommand(std::move(LinkCmd)); in ConstructJob()
|
| H A D | HIPSPV.cpp | 77 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLinkAndEmitSpirvCommand() 92 C.addCommand(std::make_unique<Command>( in constructLinkAndEmitSpirvCommand()
|
| H A D | AIX.cpp | 82 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 295 C.addCommand(std::move(ExpCommand)); in ConstructJob() 356 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
| H A D | ZOS.cpp | 77 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 215 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
| H A D | PS4CPU.cpp | 78 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 218 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 443 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | HLSL.cpp | 229 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 246 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() 285 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | HIPAMD.cpp | 59 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLlvmLinkCommand() 156 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLldCommand()
|
| H A D | HIPUtility.cpp | 332 C.addCommand(std::make_unique<Command>( in constructHIPFatbinCommand() 471 C.addCommand(std::make_unique<Command>(JA, T, ResponseFileSupport::None(), in constructGenerateObjFileFromHIPFatBinary()
|
| H A D | FreeBSD.cpp | 123 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 382 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | Fuchsia.cpp | 195 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 240 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | WebAssembly.cpp | 203 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 225 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | NetBSD.cpp | 109 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 376 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | CSKYToolChain.cpp | 199 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | Cuda.cpp | 500 C.addCommand(std::make_unique<Command>( in ConstructJob() 572 C.addCommand(std::make_unique<Command>( in ConstructJob() 658 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | BareMetal.cpp | 573 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 693 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | AVR.cpp | 657 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | Haiku.cpp | 154 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | MSP430.cpp | 313 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Compilation.h | 214 void addCommand(std::unique_ptr<Command> C) { Jobs.addJob(std::move(C)); } in addCommand() function
|