| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | SPIRV.cpp | 45 C.addCommand(std::make_unique<Command>(JA, T, ResponseFileSupport::None(), in constructTranslateCommand() 98 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() 198 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 | ZOS.cpp | 74 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 213 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 | AIX.cpp | 83 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 280 C.addCommand(std::move(ExpCommand)); in ConstructJob() 340 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
| H A D | PS4CPU.cpp | 79 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 227 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 327 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | HIPUtility.cpp | 266 C.addCommand(std::make_unique<Command>( in constructHIPFatbinCommand() 406 C.addCommand(std::make_unique<Command>(JA, T, ResponseFileSupport::None(), Mc, in constructGenerateObjFileFromHIPFatBinary()
|
| H A D | OpenBSD.cpp | 102 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 294 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | HIPAMD.cpp | 99 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLlvmLinkCommand() 193 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLldCommand()
|
| H A D | Fuchsia.cpp | 202 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 247 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() 388 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | WebAssembly.cpp | 175 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 197 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | BareMetal.cpp | 457 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 533 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | NetBSD.cpp | 109 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 375 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | RISCVToolchain.cpp | 228 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | Cuda.cpp | 496 C.addCommand(std::make_unique<Command>( in ConstructJob() 568 C.addCommand(std::make_unique<Command>( in ConstructJob() 634 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | HLSL.cpp | 197 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
| H A D | Haiku.cpp | 158 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | Hexagon.cpp | 269 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 508 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | Darwin.cpp | 166 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 588 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 806 C.addCommand(std::move(Cmd)); in ConstructJob() 852 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 876 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 897 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 921 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
| H A D | MinGW.cpp | 53 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 367 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | Solaris.cpp | 289 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
| /freebsd/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
|