/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Job.h | 44 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 D | SPIRV.cpp | 45 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 D | InterfaceStubs.cpp | 58 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
H A D | DragonFly.cpp | 48 ResponseFileSupport::AtFileCurCP(), in ConstructJob() 199 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
|
H A D | Cuda.cpp | 498 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 D | CrossWindows.cpp | 60 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 208 ResponseFileSupport::AtFileUTF8(), in ConstructJob()
|
H A D | ZOS.cpp | 74 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 D | HIPSPV.cpp | 78 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 D | AIX.cpp | 83 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 D | PS4CPU.cpp | 80 ResponseFileSupport::AtFileUTF8(), in ConstructJob() 228 ResponseFileSupport::AtFileUTF8(), in ConstructJob() 328 ResponseFileSupport::AtFileUTF8(), in ConstructJob()
|
H A D | HIPUtility.cpp | 267 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 D | OpenBSD.cpp | 103 ResponseFileSupport::AtFileCurCP(), in ConstructJob() 295 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
|
H A D | HIPAMD.cpp | 99 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 D | Fuchsia.cpp | 203 ResponseFileSupport::AtFileCurCP(), in ConstructJob() 248 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
|
H A D | FreeBSD.cpp | 125 ResponseFileSupport::AtFileCurCP(), in ConstructJob() 389 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
|
H A D | WebAssembly.cpp | 176 ResponseFileSupport::AtFileCurCP(), in ConstructJob() 198 JA, *this, ResponseFileSupport::AtFileCurCP(), WasmOpt, OptArgs, in ConstructJob()
|
H A D | BareMetal.cpp | 458 ResponseFileSupport::AtFileCurCP(), in ConstructJob() 534 JA, *this, ResponseFileSupport::AtFileCurCP(), in ConstructJob()
|
H A D | NetBSD.cpp | 110 ResponseFileSupport::AtFileCurCP(), in ConstructJob() 376 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
|
H A D | RISCVToolchain.cpp | 229 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Linker), in ConstructJob()
|
H A D | Darwin.cpp | 166 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 D | HLSL.cpp | 197 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
H A D | Haiku.cpp | 159 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
|
H A D | Hexagon.cpp | 270 ResponseFileSupport::AtFileCurCP(), in ConstructJob() 509 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
|
H A D | MinGW.cpp | 53 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 368 ResponseFileSupport::AtFileUTF8(), in ConstructJob()
|
H A D | Solaris.cpp | 289 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|