Searched refs:TokenizeGNUCommandLine (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | ExpandResponseFilesCompilationDatabase.cpp | 85 : llvm::cl::TokenizeGNUCommandLine; in expandResponseFiles()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/ |
H A D | driver.cpp | 333 llvm::cl::ExpandResponseFiles(Saver, &llvm::cl::TokenizeGNUCommandLine, ArgV, in ExecuteCC1Tool() 399 Tokenizer = &llvm::cl::TokenizeGNUCommandLine; in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | CommandLine.cpp | 823 void cl::TokenizeGNUCommandLine(StringRef Src, StringSaver &Saver, in TokenizeGNUCommandLine() function in cl 1071 cl::TokenizeGNUCommandLine(Line, Saver, NewArgv, MarkEOLs); in tokenizeConfigFile() 1265 : cl::TokenizeGNUCommandLine; in expandResponseFiles() 1309 TokenizeGNUCommandLine(*EnvValue, Saver, NewArgv); in ParseCommandLineOptions() 1344 cl::TokenizeWindowsCommandLine : cl::TokenizeGNUCommandLine, in ParseCommandLineOptions()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
H A D | core_main.cpp | 380 llvm::cl::TokenizeGNUCommandLine(command_line, Saver, Args); in indextest_perform_shell_execution()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ |
H A D | llvm-objcopy.cpp | 428 : cl::TokenizeGNUCommandLine, in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 1152 : cl::TokenizeGNUCommandLine; in getRspQuoting() 1159 Ret = cl::TokenizeGNUCommandLine; in getRspQuoting()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 2019 void TokenizeGNUCommandLine(StringRef Source, StringSaver &Saver,
|