Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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;
173 ResponseFileSupport ResponseSupport, const char *Executable,
194 const ResponseFileSupport &getResponseFileSupport() { in getResponseFileSupport()
245 ResponseFileSupport ResponseSupport, const char *Executable,
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp38 ResponseFileSupport ResponseSupport, const char *Executable, in Command()
109 if (ResponseSupport.ResponseKind == ResponseFileSupport::RF_FileList) { in writeResponseFile()
138 if (ResponseSupport.ResponseKind != ResponseFileSupport::RF_FileList) { in buildArgvForResponseFile()
290 if (ResponseSupport.ResponseKind != ResponseFileSupport::RF_FileList) in Print()
389 ResponseFileSupport ResponseSupport, in CC1Command()
/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.cpp48 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
200 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
H A DCuda.cpp502 ResponseFileSupport{ResponseFileSupport::RF_Full, llvm::sys::WEM_UTF8, in ConstructJob()
574 ResponseFileSupport{ResponseFileSupport::RF_Full, llvm::sys::WEM_UTF8, in ConstructJob()
660 ResponseFileSupport{ResponseFileSupport::RF_Full, llvm::sys::WEM_UTF8, in ConstructJob()
H A DCrossWindows.cpp60 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
208 ResponseFileSupport::AtFileUTF8(), in ConstructJob()
H A DUEFI.cpp93 JA, *this, ResponseFileSupport::AtFileUTF16(), in ConstructJob()
H A DHIPSPV.cpp77 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLinkAndEmitSpirvCommand()
93 JA, *this, ResponseFileSupport::None(), Opt, OptArgs, Inputs, Output)); in constructLinkAndEmitSpirvCommand()
H A DAIX.cpp82 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
291 JA, *this, ResponseFileSupport::None(), CreateExportListExec, 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.cpp79 ResponseFileSupport::AtFileUTF8(), in ConstructJob()
219 ResponseFileSupport::AtFileUTF8(), in ConstructJob()
444 ResponseFileSupport::AtFileUTF8(), 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.cpp103 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
286 ResponseFileSupport::AtFileCurCP(), 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.cpp333 JA, T, ResponseFileSupport::None(), Bundler, BundlerArgs, Inputs, in constructHIPFatbinCommand()
471 C.addCommand(std::make_unique<Command>(JA, T, ResponseFileSupport::None(), in constructGenerateObjFileFromHIPFatBinary()
H A DFreeBSD.cpp124 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
383 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
H A DFuchsia.cpp196 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
241 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
H A DWebAssembly.cpp204 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
226 JA, *this, ResponseFileSupport::AtFileCurCP(), WasmOpt, OptArgs, in ConstructJob()
H A DNetBSD.cpp110 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
377 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
H A DCSKYToolChain.cpp200 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Linker), in ConstructJob()
H A DBareMetal.cpp574 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
694 JA, *this, ResponseFileSupport::AtFileCurCP(), in ConstructJob()
H A DAVR.cpp658 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Linker), in ConstructJob()
H A DHaiku.cpp155 ResponseFileSupport::AtFileCurCP(), in ConstructJob()

12