Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DSPIRV.cpp45 C.addCommand(std::make_unique<Command>(JA, T, ResponseFileSupport::None(), in constructTranslateCommand()
98 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 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 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 DZOS.cpp74 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
213 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 DAIX.cpp83 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
280 C.addCommand(std::move(ExpCommand)); in ConstructJob()
340 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
H A DPS4CPU.cpp79 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
227 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
327 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DHIPUtility.cpp266 C.addCommand(std::make_unique<Command>( in constructHIPFatbinCommand()
406 C.addCommand(std::make_unique<Command>(JA, T, ResponseFileSupport::None(), Mc, in constructGenerateObjFileFromHIPFatBinary()
H A DOpenBSD.cpp102 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
294 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DHIPAMD.cpp99 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLlvmLinkCommand()
193 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLldCommand()
H A DFuchsia.cpp202 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
247 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DFreeBSD.cpp124 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
388 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DWebAssembly.cpp175 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
197 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DBareMetal.cpp457 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
533 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DNetBSD.cpp109 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
375 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DRISCVToolchain.cpp228 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DCuda.cpp496 C.addCommand(std::make_unique<Command>( in ConstructJob()
568 C.addCommand(std::make_unique<Command>( in ConstructJob()
634 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DHLSL.cpp197 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
H A DHaiku.cpp158 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DHexagon.cpp269 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
508 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DDarwin.cpp166 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
588 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
806 C.addCommand(std::move(Cmd)); in ConstructJob()
852 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
876 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
897 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
921 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
H A DMinGW.cpp53 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
367 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DSolaris.cpp289 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
/freebsd/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