| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Minix.cpp | 39 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 93 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() 128 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| 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 | AMDGPUOpenMP.cpp | 124 C.addCommand(std::make_unique<Command>( in constructLLVMLinkCommand() 156 C.addCommand(std::make_unique<Command>( in constructLlcCommand() 173 C.addCommand(std::make_unique<Command>( in constructLldCommand()
|
| H A D | DragonFly.cpp | 48 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 174 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() 172 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 | HIP.cpp | 96 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLldCommand() 140 C.addCommand(std::make_unique<Command>( in constructHIPFatbinCommand() 212 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructGenerateObjFileFromHIPFatBinary()
|
| H A D | Solaris.cpp | 44 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 154 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 | PS4CPU.cpp | 69 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 156 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | OpenBSD.cpp | 85 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 232 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | Flang.cpp | 125 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | WebAssembly.cpp | 127 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 151 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | CloudABI.cpp | 95 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | FreeBSD.cpp | 132 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 372 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | AVR.cpp | 435 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | Cuda.cpp | 495 C.addCommand(std::make_unique<Command>( in ConstructJob() 564 C.addCommand(std::make_unique<Command>( in ConstructJob() 637 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | NetBSD.cpp | 106 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 342 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | RISCVToolchain.cpp | 211 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| H A D | MinGW.cpp | 53 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 325 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | Hexagon.cpp | 192 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 411 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | MSP430.cpp | 315 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Compilation.h | 210 void addCommand(std::unique_ptr<Command> C) { Jobs.addJob(std::move(C)); } in addCommand() function
|