Home
last modified time | relevance | path

Searched refs:ResponseFileSupport (Results 1 – 25 of 32) 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,
195 const ResponseFileSupport &getResponseFileSupport() { in getResponseFileSupport()
246 ResponseFileSupport ResponseSupport, const char *Executable,
/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.cpp48 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
199 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
H A DCuda.cpp498 ResponseFileSupport{ResponseFileSupport::RF_Full, llvm::sys::WEM_UTF8, in ConstructJob()
570 ResponseFileSupport{ResponseFileSupport::RF_Full, llvm::sys::WEM_UTF8, in ConstructJob()
636 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 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()
94 JA, *this, ResponseFileSupport::None(), Opt, OptArgs, Inputs, Output)); in constructLinkAndEmitSpirvCommand()
H A DAIX.cpp83 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
276 JA, *this, ResponseFileSupport::None(), CreateExportListExec, in ConstructJob()
340 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
H A DPS4CPU.cpp80 ResponseFileSupport::AtFileUTF8(), in ConstructJob()
228 ResponseFileSupport::AtFileUTF8(), in ConstructJob()
328 ResponseFileSupport::AtFileUTF8(), in ConstructJob()
H A DHIPUtility.cpp267 JA, T, ResponseFileSupport::None(), Bundler, BundlerArgs, Inputs, in constructHIPFatbinCommand()
406 C.addCommand(std::make_unique<Command>(JA, T, ResponseFileSupport::None(), Mc, in constructGenerateObjFileFromHIPFatBinary()
H A DOpenBSD.cpp103 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
295 ResponseFileSupport::AtFileCurCP(), 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.cpp203 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
248 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
H A DFreeBSD.cpp125 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
389 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
H A DWebAssembly.cpp176 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
198 JA, *this, ResponseFileSupport::AtFileCurCP(), WasmOpt, OptArgs, in ConstructJob()
H A DBareMetal.cpp458 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
534 JA, *this, ResponseFileSupport::AtFileCurCP(), in ConstructJob()
H A DNetBSD.cpp110 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
376 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
H A DRISCVToolchain.cpp229 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Linker), in ConstructJob()
H A DDarwin.cpp166 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
589 ResponseFileSupport::None(), Exec, in ConstructJob()
794 ResponseFileSupport ResponseSupport; in ConstructJob()
796 ResponseSupport = ResponseFileSupport::AtFileUTF8(); in ConstructJob()
799 ResponseSupport = {ResponseFileSupport::RF_FileList, llvm::sys::WEM_UTF8, in ConstructJob()
853 ResponseFileSupport::AtFileUTF8(), 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 DHLSL.cpp197 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
H A DHaiku.cpp159 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
H A DHexagon.cpp270 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
509 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
H A DMinGW.cpp53 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
368 ResponseFileSupport::AtFileUTF8(), in ConstructJob()
H A DSolaris.cpp289 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()

12