| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | Job.h | 43 struct ResponseFileSupport { struct 77 static constexpr ResponseFileSupport None() { in None() argument 84 static constexpr ResponseFileSupport AtFileUTF8() { in AtFileUTF8() argument 91 static constexpr ResponseFileSupport AtFileCurCP() { in AtFileCurCP() argument 98 static constexpr ResponseFileSupport AtFileUTF16() { in AtFileUTF16() argument 113 ResponseFileSupport ResponseSupport; 166 ResponseFileSupport ResponseSupport, const char *Executable, 187 const ResponseFileSupport &getResponseFileSupport() { in getResponseFileSupport() 231 ResponseFileSupport ResponseSupport, const char *Executable, 248 ResponseFileSupport ResponseSupport,
|
| /netbsd-src/external/apache2/llvm/dist/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() 283 if (ResponseSupport.ResponseKind != ResponseFileSupport::RF_FileList) in Print() 360 ResponseFileSupport ResponseSupport, in CC1Command() 419 ResponseFileSupport ResponseSupport, const char *Executable_, in ForceSuccessCommand()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 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 | 103 JA, *this, ResponseFileSupport::AtFileCurCP(), Exec, CmdArgs, Inputs, in constructLLVMLinkCommand() 135 JA, *this, ResponseFileSupport::AtFileCurCP(), Llc, LlcArgs, Inputs, in constructLlcCommand() 152 JA, *this, ResponseFileSupport::AtFileCurCP(), Lld, LldArgs, Inputs, in constructLldCommand()
|
| H A D | Ananas.cpp | 43 ResponseFileSupport::AtFileCurCP(), in ConstructJob() 129 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 | DragonFly.cpp | 49 ResponseFileSupport::AtFileCurCP(), in ConstructJob() 175 ResponseFileSupport::AtFileCurCP(), 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 | 57 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() 211 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 | OpenBSD.cpp | 86 ResponseFileSupport::AtFileCurCP(), in ConstructJob() 226 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
|
| H A D | PS4CPU.cpp | 70 ResponseFileSupport::AtFileUTF8(), in ConstructJob() 157 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 | Flang.cpp | 126 ResponseFileSupport::AtFileUTF8(), in ConstructJob()
|
| H A D | CloudABI.cpp | 96 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
|
| H A D | FreeBSD.cpp | 133 ResponseFileSupport::AtFileCurCP(), in ConstructJob() 371 ResponseFileSupport::AtFileCurCP(), in ConstructJob()
|
| H A D | AVR.cpp | 419 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 | 152 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 544 JA, *this, ResponseFileSupport::None(), Exec, CmdArgs, None, Output)); in ConstructJob() 713 ResponseFileSupport ResponseSupport; in ConstructJob() 718 ResponseSupport = ResponseFileSupport::AtFileUTF8(); in ConstructJob() 721 ResponseSupport = {ResponseFileSupport::RF_FileList, llvm::sys::WEM_UTF8, in ConstructJob() 750 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 771 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 795 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
| H A D | MinGW.cpp | 53 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 323 ResponseFileSupport::AtFileUTF8(), in ConstructJob()
|
| H A D | RISCVToolchain.cpp | 211 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Linker), in ConstructJob()
|