/openbsd/gnu/llvm/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 | 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 | AIX.cpp | 74 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 231 C.addCommand(std::move(ExpCommand)); in ConstructJob() 283 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 | 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 | 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 | Solaris.cpp | 46 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 179 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
H A D | HIPAMD.cpp | 100 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLlvmLinkCommand() 171 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLldCommand()
|
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 | PS4CPU.cpp | 78 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 225 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
H A D | CloudABI.cpp | 95 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 | FreeBSD.cpp | 124 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 367 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
H A D | NetBSD.cpp | 111 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 350 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
H A D | CSKYToolChain.cpp | 200 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
H A D | RISCVToolchain.cpp | 221 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
H A D | Cuda.cpp | 487 C.addCommand(std::make_unique<Command>( in ConstructJob() 557 C.addCommand(std::make_unique<Command>( in ConstructJob() 643 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
H A D | AVR.cpp | 558 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
H A D | Flang.cpp | 352 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
/openbsd/gnu/llvm/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
|