Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DSPIRV.cpp37 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 DMinix.cpp39 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
96 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 DAnanas.cpp42 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
132 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DHIPUtility.cpp89 C.addCommand(std::make_unique<Command>( in constructHIPFatbinCommand()
169 C.addCommand(std::make_unique<Command>(JA, T, ResponseFileSupport::None(), Mc, in constructGenerateObjFileFromHIPFatBinary()
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 DDragonFly.cpp48 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
177 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DAIX.cpp74 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 DInterfaceStubs.cpp58 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 DHIPSPV.cpp78 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLinkAndEmitSpirvCommand()
93 C.addCommand(std::make_unique<Command>( in constructLinkAndEmitSpirvCommand()
H A DSolaris.cpp46 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 DHIPAMD.cpp100 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 DOpenBSD.cpp104 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
261 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DPS4CPU.cpp78 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
225 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 DWebAssembly.cpp129 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
153 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DFreeBSD.cpp124 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
367 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DNetBSD.cpp111 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
350 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DCSKYToolChain.cpp200 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DRISCVToolchain.cpp221 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DCuda.cpp487 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 DAVR.cpp558 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DFlang.cpp352 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DCompilation.h217 void addCommand(std::unique_ptr<Command> C) { Jobs.addJob(std::move(C)); } in addCommand() function

12