| /freebsd-13.1/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; 167 ResponseFileSupport ResponseSupport, const char *Executable, 188 const ResponseFileSupport &getResponseFileSupport() { in getResponseFileSupport() 230 ResponseFileSupport ResponseSupport, const char *Executable, 247 ResponseFileSupport ResponseSupport,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Job.cpp | 39 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() 420 ResponseFileSupport ResponseSupport, const char *Executable_, in ForceSuccessCommand()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Minix.cpp | 40 ResponseFileSupport::AtFileCurCP(), in ConstructJob() 94 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
|
| H A D | XCore.cpp | 55 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 D | Ananas.cpp | 43 ResponseFileSupport::AtFileCurCP(), in ConstructJob() 129 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
|
| H A D | Myriad.cpp | 80 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 D | AMDGPUOpenMP.cpp | 125 JA, *this, ResponseFileSupport::AtFileCurCP(), Exec, CmdArgs, Inputs, in constructLLVMLinkCommand() 157 JA, *this, ResponseFileSupport::AtFileCurCP(), Llc, LlcArgs, Inputs, in constructLlcCommand() 174 JA, *this, ResponseFileSupport::AtFileCurCP(), Lld, LldArgs, Inputs, in constructLldCommand()
|
| H A D | DragonFly.cpp | 49 ResponseFileSupport::AtFileCurCP(), in ConstructJob() 175 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
|
| H A D | Cuda.cpp | 497 ResponseFileSupport{ResponseFileSupport::RF_Full, llvm::sys::WEM_UTF8, in ConstructJob() 566 ResponseFileSupport{ResponseFileSupport::RF_Full, llvm::sys::WEM_UTF8, in ConstructJob() 639 ResponseFileSupport{ResponseFileSupport::RF_Full, llvm::sys::WEM_UTF8, in ConstructJob()
|
| H A D | AIX.cpp | 73 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 D | InterfaceStubs.cpp | 58 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
| H A D | HIP.cpp | 96 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLldCommand() 141 JA, T, ResponseFileSupport::None(), Bundler, BundlerArgs, Inputs, in constructHIPFatbinCommand() 212 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructGenerateObjFileFromHIPFatBinary()
|
| H A D | Solaris.cpp | 44 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 D | CrossWindows.cpp | 60 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 207 ResponseFileSupport::AtFileUTF8(), in ConstructJob()
|
| H A D | PS4CPU.cpp | 70 ResponseFileSupport::AtFileUTF8(), in ConstructJob() 157 ResponseFileSupport::AtFileUTF8(), in ConstructJob()
|
| H A D | OpenBSD.cpp | 86 ResponseFileSupport::AtFileCurCP(), in ConstructJob() 233 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
|
| H A D | Flang.cpp | 126 ResponseFileSupport::AtFileUTF8(), in ConstructJob()
|
| H A D | WebAssembly.cpp | 128 ResponseFileSupport::AtFileCurCP(), in ConstructJob() 152 JA, *this, ResponseFileSupport::AtFileCurCP(), WasmOpt, CmdArgs, in ConstructJob()
|
| H A D | CloudABI.cpp | 96 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
|
| H A D | FreeBSD.cpp | 133 ResponseFileSupport::AtFileCurCP(), in ConstructJob() 373 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
|
| H A D | AVR.cpp | 436 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Linker), in ConstructJob()
|
| H A D | NetBSD.cpp | 107 ResponseFileSupport::AtFileCurCP(), in ConstructJob() 343 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
|
| H A D | Darwin.cpp | 156 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 548 JA, *this, ResponseFileSupport::None(), Exec, CmdArgs, None, Output)); in ConstructJob() 717 ResponseFileSupport ResponseSupport; in ConstructJob() 719 ResponseSupport = ResponseFileSupport::AtFileUTF8(); in ConstructJob() 722 ResponseSupport = {ResponseFileSupport::RF_FileList, llvm::sys::WEM_UTF8, in ConstructJob() 751 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 772 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 796 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
| H A D | RISCVToolchain.cpp | 212 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Linker), in ConstructJob()
|
| H A D | MinGW.cpp | 53 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 326 ResponseFileSupport::AtFileUTF8(), in ConstructJob()
|