Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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 DAMDGPUOpenMP.cpp143 C.addCommand(std::make_unique<Command>( in constructLLVMLinkCommand()
159 C.addCommand(std::make_unique<Command>( in constructLLVMLinkCommand()
195 C.addCommand(std::make_unique<Command>( in constructLlcCommand()
212 C.addCommand(std::make_unique<Command>( in constructLldCommand()
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 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 DAIX.cpp73 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
193 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
H A DSolaris.cpp46 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
177 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), 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 DPS4CPU.cpp78 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
182 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
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 DHIPAMD.cpp100 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLlvmLinkCommand()
166 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLldCommand()
H A DCloudABI.cpp95 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DFlang.cpp164 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 DCuda.cpp478 C.addCommand(std::make_unique<Command>( in ConstructJob()
548 C.addCommand(std::make_unique<Command>( in ConstructJob()
630 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DFreeBSD.cpp132 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
377 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DNetBSD.cpp110 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
349 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DAVR.cpp521 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DCSKYToolChain.cpp200 C.addCommand(std::make_unique<Command>( in ConstructJob()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DCompilation.h217 void addCommand(std::unique_ptr<Command> C) { Jobs.addJob(std::move(C)); } in addCommand() function

12