| /src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| Job.h | 43 struct ResponseFileSupport { 75 /// Returns a ResponseFileSupport indicating that response files are not 77 static constexpr ResponseFileSupport None() { 81 /// Returns a ResponseFileSupport indicating that response files are 84 static constexpr ResponseFileSupport AtFileUTF8() { 88 /// Returns a ResponseFileSupport indicating that response files are 91 static constexpr ResponseFileSupport AtFileCurCP() { 95 /// Returns a ResponseFileSupport indicating that response files are 98 static constexpr ResponseFileSupport AtFileUTF16() { 113 ResponseFileSupport ResponseSupport [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| InterfaceStubs.cpp | 57 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(),
|
| Ananas.cpp | 43 ResponseFileSupport::AtFileCurCP(), 129 ResponseFileSupport::AtFileCurCP(),
|
| Minix.cpp | 40 ResponseFileSupport::AtFileCurCP(), 94 ResponseFileSupport::AtFileCurCP(),
|
| XCore.cpp | 55 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), 84 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(),
|
| AMDGPUOpenMP.cpp | 103 JA, *this, ResponseFileSupport::AtFileCurCP(), Exec, CmdArgs, Inputs, 135 JA, *this, ResponseFileSupport::AtFileCurCP(), Llc, LlcArgs, Inputs, 152 JA, *this, ResponseFileSupport::AtFileCurCP(), Lld, LldArgs, Inputs,
|
| Myriad.cpp | 80 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), 116 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), 204 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Exec),
|
| AIX.cpp | 73 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), 172 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(),
|
| DragonFly.cpp | 49 ResponseFileSupport::AtFileCurCP(), 175 ResponseFileSupport::AtFileCurCP(),
|
| CloudABI.cpp | 96 ResponseFileSupport::AtFileCurCP(),
|
| Flang.cpp | 126 ResponseFileSupport::AtFileUTF8(),
|
| CrossWindows.cpp | 60 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), 207 ResponseFileSupport::AtFileUTF8(),
|
| OpenBSD.cpp | 86 ResponseFileSupport::AtFileCurCP(), 226 ResponseFileSupport::AtFileCurCP(),
|
| PS4CPU.cpp | 70 ResponseFileSupport::AtFileUTF8(), 157 ResponseFileSupport::AtFileUTF8(),
|
| Solaris.cpp | 44 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), 154 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(),
|
| Cuda.cpp | 497 ResponseFileSupport{ResponseFileSupport::RF_Full, llvm::sys::WEM_UTF8, 566 ResponseFileSupport{ResponseFileSupport::RF_Full, llvm::sys::WEM_UTF8, 639 ResponseFileSupport{ResponseFileSupport::RF_Full, llvm::sys::WEM_UTF8,
|
| HIP.cpp | 96 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), 141 JA, T, ResponseFileSupport::None(), Bundler, BundlerArgs, Inputs, 211 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(),
|
| WebAssembly.cpp | 128 ResponseFileSupport::AtFileCurCP(), 152 JA, *this, ResponseFileSupport::AtFileCurCP(), WasmOpt, CmdArgs,
|
| RISCVToolchain.cpp | 211 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Linker),
|
| FreeBSD.cpp | 133 ResponseFileSupport::AtFileCurCP(), 371 ResponseFileSupport::AtFileCurCP(),
|
| MinGW.cpp | 53 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), 323 ResponseFileSupport::AtFileUTF8(),
|
| NetBSD.cpp | 107 ResponseFileSupport::AtFileCurCP(), 343 ResponseFileSupport::AtFileCurCP(),
|
| AVR.cpp | 419 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Linker),
|
| MSP430.cpp | 316 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Linker),
|
| /src/external/apache2/llvm/dist/clang/lib/Driver/ |
| Job.cpp | 39 ResponseFileSupport ResponseSupport, const char *Executable, 108 if (ResponseSupport.ResponseKind == ResponseFileSupport::RF_FileList) { 137 if (ResponseSupport.ResponseKind != ResponseFileSupport::RF_FileList) { 283 if (ResponseSupport.ResponseKind != ResponseFileSupport::RF_FileList) 360 ResponseFileSupport ResponseSupport, 419 ResponseFileSupport ResponseSupport, const char *Executable_,
|