Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DSPIRV.cpp44 C.addCommand(std::make_unique<Command>(JA, T, ResponseFileSupport::None(), in constructTranslateCommand()
69 C.addCommand(std::make_unique<Command>(JA, T, ResponseFileSupport::None(), in constructAssembleCommand()
136 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 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()
199 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 DUEFI.cpp95 C.addCommand(std::move(LinkCmd)); in ConstructJob()
H A DHIPSPV.cpp77 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLinkAndEmitSpirvCommand()
92 C.addCommand(std::make_unique<Command>( in constructLinkAndEmitSpirvCommand()
H A DAIX.cpp82 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
295 C.addCommand(std::move(ExpCommand)); in ConstructJob()
356 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
H A DZOS.cpp77 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
215 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
H A DPS4CPU.cpp78 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
218 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
443 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DHLSL.cpp229 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
246 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()
285 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DHIPAMD.cpp59 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLlvmLinkCommand()
156 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLldCommand()
H A DHIPUtility.cpp332 C.addCommand(std::make_unique<Command>( in constructHIPFatbinCommand()
471 C.addCommand(std::make_unique<Command>(JA, T, ResponseFileSupport::None(), in constructGenerateObjFileFromHIPFatBinary()
H A DFreeBSD.cpp123 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
382 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DFuchsia.cpp195 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
240 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DWebAssembly.cpp203 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
225 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DNetBSD.cpp109 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
376 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DCSKYToolChain.cpp199 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DCuda.cpp500 C.addCommand(std::make_unique<Command>( in ConstructJob()
572 C.addCommand(std::make_unique<Command>( in ConstructJob()
658 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DBareMetal.cpp573 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
693 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DAVR.cpp657 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DHaiku.cpp154 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DMSP430.cpp313 C.addCommand(std::make_unique<Command>( in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCompilation.h214 void addCommand(std::unique_ptr<Command> C) { Jobs.addJob(std::move(C)); } in addCommand() function

12