| /netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
| H A D | EncoreBootImageGenerator.cpp | 208 section->addCommand(command); in processLoadOperation() 222 section->addCommand(command); in processLoadOperation() 276 section->addCommand(command); in processExecuteOperation() 284 section->addCommand(command); in processBootModeOperation()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 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 | 102 C.addCommand(std::make_unique<Command>( in constructLLVMLinkCommand() 134 C.addCommand(std::make_unique<Command>( in constructLlcCommand() 151 C.addCommand(std::make_unique<Command>( in constructLldCommand()
|
| 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 | 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 | 57 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() 211 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 | OpenBSD.cpp | 85 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 225 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 | 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 | Flang.cpp | 125 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 | FreeBSD.cpp | 132 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 370 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | AVR.cpp | 418 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 | MinGW.cpp | 53 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 322 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
| H A D | RISCVToolchain.cpp | 210 C.addCommand(std::make_unique<Command>( 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()
|
| /netbsd-src/external/apache2/llvm/dist/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
|