Home
last modified time | relevance | path

Searched refs:ResponseFileSupport (Results 1 – 25 of 40) sorted by relevance

12

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DJob.h44 struct ResponseFileSupport { struct
78 static constexpr ResponseFileSupport None() { in None() argument
85 static constexpr ResponseFileSupport AtFileUTF8() { in AtFileUTF8() argument
92 static constexpr ResponseFileSupport AtFileCurCP() { in AtFileCurCP() argument
99 static constexpr ResponseFileSupport AtFileUTF16() { in AtFileUTF16() argument
114 ResponseFileSupport ResponseSupport;
167 ResponseFileSupport ResponseSupport, const char *Executable,
188 const ResponseFileSupport &getResponseFileSupport() { in getResponseFileSupport()
236 ResponseFileSupport ResponseSupport, const char *Executable,
253 ResponseFileSupport ResponseSupport,
/llvm-project-15.0.7/clang/lib/Driver/
H A DJob.cpp39 ResponseFileSupport ResponseSupport, const char *Executable, in Command()
108 if (ResponseSupport.ResponseKind == ResponseFileSupport::RF_FileList) { in writeResponseFile()
137 if (ResponseSupport.ResponseKind != ResponseFileSupport::RF_FileList) { in buildArgvForResponseFile()
284 if (ResponseSupport.ResponseKind != ResponseFileSupport::RF_FileList) in Print()
361 ResponseFileSupport ResponseSupport, in CC1Command()
422 ResponseFileSupport ResponseSupport, const char *Executable_, in ForceSuccessCommand()
/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.cpp144 JA, *this, ResponseFileSupport::AtFileCurCP(), Exec, CmdArgs, Inputs, in constructLLVMLinkCommand()
160 JA, *this, ResponseFileSupport::AtFileCurCP(), OptExec, OptCmdArgs, in constructLLVMLinkCommand()
196 JA, *this, ResponseFileSupport::AtFileCurCP(), Llc, LlcArgs, Inputs, in constructLlcCommand()
213 JA, *this, ResponseFileSupport::AtFileCurCP(), Lld, LldArgs, Inputs, in constructLldCommand()
H A DMinix.cpp40 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
97 ResponseFileSupport::AtFileCurCP(), 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.cpp43 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
133 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
H A DHIPUtility.cpp90 JA, T, ResponseFileSupport::None(), Bundler, BundlerArgs, Inputs, 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()
204 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Exec), in ConstructJob()
H A DDragonFly.cpp49 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
178 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
H A DCuda.cpp480 ResponseFileSupport{ResponseFileSupport::RF_Full, llvm::sys::WEM_UTF8, in ConstructJob()
550 ResponseFileSupport{ResponseFileSupport::RF_Full, llvm::sys::WEM_UTF8, in ConstructJob()
632 ResponseFileSupport{ResponseFileSupport::RF_Full, llvm::sys::WEM_UTF8, 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()
207 ResponseFileSupport::AtFileUTF8(), 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()
94 JA, *this, ResponseFileSupport::None(), Opt, OptArgs, Inputs, Output)); in constructLinkAndEmitSpirvCommand()
H A DPS4CPU.cpp79 ResponseFileSupport::AtFileUTF8(), in ConstructJob()
183 ResponseFileSupport::AtFileUTF8(), in ConstructJob()
H A DOpenBSD.cpp105 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
262 ResponseFileSupport::AtFileCurCP(), 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.cpp96 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
H A DFlang.cpp165 ResponseFileSupport::AtFileUTF8(), in ConstructJob()
H A DWebAssembly.cpp130 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
154 JA, *this, ResponseFileSupport::AtFileCurCP(), WasmOpt, CmdArgs, in ConstructJob()
H A DFreeBSD.cpp133 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
378 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
H A DNetBSD.cpp111 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
350 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
H A DAVR.cpp522 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Linker), in ConstructJob()

12