Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/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 DXCore.cpp55 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
83 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
H A DHIPUtility.cpp95 C.addCommand(std::make_unique<Command>( in constructHIPFatbinCommand()
177 C.addCommand(std::make_unique<Command>(JA, T, ResponseFileSupport::None(), Mc, in constructGenerateObjFileFromHIPFatBinary()
H A DInterfaceStubs.cpp58 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
H A DDragonFly.cpp47 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
198 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DAIX.cpp81 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
278 C.addCommand(std::move(ExpCommand)); in ConstructJob()
338 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()
207 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 DZOS.cpp68 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
207 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
H A DOpenBSD.cpp102 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
290 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DHIPAMD.cpp98 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLlvmLinkCommand()
187 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLldCommand()
H A DPS4CPU.cpp79 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
241 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DFuchsia.cpp199 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
244 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DFreeBSD.cpp124 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
383 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DWebAssembly.cpp174 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
196 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DBareMetal.cpp425 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
489 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DCSKYToolChain.cpp200 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DNetBSD.cpp109 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
372 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DRISCVToolchain.cpp220 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DCuda.cpp495 C.addCommand(std::make_unique<Command>( in ConstructJob()
565 C.addCommand(std::make_unique<Command>( in ConstructJob()
650 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DHLSL.cpp157 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
H A DHaiku.cpp155 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DMSP430.cpp314 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DAVR.cpp591 C.addCommand(std::make_unique<Command>( in ConstructJob()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DCompilation.h220 void addCommand(std::unique_ptr<Command> C) { Jobs.addJob(std::move(C)); } in addCommand() function

12