Searched refs:TokenizeWindowsCommandLine (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | ExpandResponseFilesCompilationDatabase.cpp | 84 ? llvm::cl::TokenizeWindowsCommandLine in expandResponseFiles()
|
H A D | JSONCompilationDatabase.cpp | 153 llvm::cl::TokenizeWindowsCommandLine(EscapedCommandLine, Saver, T); in unescapeCommandLine()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/ |
H A D | driver.cpp | 239 llvm::cl::TokenizeWindowsCommandLine(EnvValue, Saver, Opts); in getCLEnvVarOptions() 397 Tokenizer = &llvm::cl::TokenizeWindowsCommandLine; in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | LibDriver.cpp | 269 cl::ExpandResponseFiles(Saver, cl::TokenizeWindowsCommandLine, NewArgs); in libDriverMain()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ |
H A D | llvm-objcopy.cpp | 427 ? cl::TokenizeWindowsCommandLine in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 1151 ? cl::TokenizeWindowsCommandLine in getRspQuoting() 1161 Ret = cl::TokenizeWindowsCommandLine; in getRspQuoting()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | CommandLine.cpp | 1016 void cl::TokenizeWindowsCommandLine(StringRef Src, StringSaver &Saver, in TokenizeWindowsCommandLine() function in cl 1264 ? cl::TokenizeWindowsCommandLine in expandResponseFiles() 1344 cl::TokenizeWindowsCommandLine : cl::TokenizeGNUCommandLine, in ParseCommandLineOptions()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
H A D | Process.inc | 250 cl::TokenizeWindowsCommandLine(Cmd, Saver, TmpArgs, /*MarkEOLs=*/false);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 2034 void TokenizeWindowsCommandLine(StringRef Source, StringSaver &Saver,
|