Home
last modified time | relevance | path

Searched refs:addCommand (Results 1 – 25 of 39) sorted by relevance

12

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DEncoreBootImageGenerator.cpp208 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 DMinix.cpp39 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
93 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DXCore.cpp55 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 DMyriad.cpp80 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 DAMDGPUOpenMP.cpp102 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 DAnanas.cpp42 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
128 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DDragonFly.cpp48 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
174 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DAIX.cpp73 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 DInterfaceStubs.cpp57 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
H A DHIP.cpp96 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 DSolaris.cpp44 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 DCrossWindows.cpp60 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 DOpenBSD.cpp85 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
225 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DPS4CPU.cpp69 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
156 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DWebAssembly.cpp127 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
151 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DFlang.cpp125 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DCloudABI.cpp95 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DFreeBSD.cpp132 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
370 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DAVR.cpp418 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DCuda.cpp495 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 DNetBSD.cpp106 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
342 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DMinGW.cpp53 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 DRISCVToolchain.cpp210 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DHexagon.cpp192 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 DCompilation.h210 void addCommand(std::unique_ptr<Command> C) { Jobs.addJob(std::move(C)); } in addCommand() function

12