Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinix.cpp39 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
93 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()
128 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
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 DAMDGPUOpenMP.cpp124 C.addCommand(std::make_unique<Command>( in constructLLVMLinkCommand()
156 C.addCommand(std::make_unique<Command>( in constructLlcCommand()
173 C.addCommand(std::make_unique<Command>( in constructLldCommand()
H A DDragonFly.cpp48 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
174 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()
172 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 DHIP.cpp96 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLldCommand()
140 C.addCommand(std::make_unique<Command>( in constructHIPFatbinCommand()
212 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructGenerateObjFileFromHIPFatBinary()
H A DSolaris.cpp44 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
154 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 DPS4CPU.cpp69 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
156 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DOpenBSD.cpp85 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
232 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DFlang.cpp125 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DWebAssembly.cpp127 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
151 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DCloudABI.cpp95 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DFreeBSD.cpp132 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
372 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DAVR.cpp435 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DCuda.cpp495 C.addCommand(std::make_unique<Command>( in ConstructJob()
564 C.addCommand(std::make_unique<Command>( in ConstructJob()
637 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DNetBSD.cpp106 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
342 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DRISCVToolchain.cpp211 C.addCommand(std::make_unique<Command>( in ConstructJob()
H A DMinGW.cpp53 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
325 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DHexagon.cpp192 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
411 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
H A DMSP430.cpp315 C.addCommand(std::make_unique<Command>( in ConstructJob()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DCompilation.h210 void addCommand(std::unique_ptr<Command> C) { Jobs.addJob(std::move(C)); } in addCommand() function

12