Searched refs:TokenizeGNUCommandLine (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | DriverUtils.cpp | 77 return cl::TokenizeGNUCommandLine; in getQuotingStyle() 81 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/ |
| H A D | ExpandResponseFilesCompilationDatabase.cpp | 89 : llvm::cl::TokenizeGNUCommandLine; in expandResponseFiles()
|
| /openbsd-src/gnu/llvm/lld/tools/lld/ |
| H A D | lld.cpp | 77 return cl::TokenizeGNUCommandLine; in getDefaultQuotingStyle()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 240 : cl::TokenizeGNUCommandLine, in llvm_objcopy_main()
|
| /openbsd-src/gnu/llvm/clang/tools/driver/ |
| H A D | driver.cpp | 352 llvm::cl::ExpansionContext ECtx(A, llvm::cl::TokenizeGNUCommandLine); in ExecuteCC1Tool() 414 Tokenizer = &llvm::cl::TokenizeGNUCommandLine; in clang_main()
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | DriverUtils.cpp | 87 cl::ExpandResponseFiles(saver(), cl::TokenizeGNUCommandLine, vec); in parse()
|
| /openbsd-src/gnu/llvm/clang/tools/c-index-test/ |
| H A D | core_main.cpp | 384 llvm::cl::TokenizeGNUCommandLine(command_line, Saver, Args); in indextest_perform_shell_execution()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 824 void cl::TokenizeGNUCommandLine(StringRef Src, StringSaver &Saver, in TokenizeGNUCommandLine() function in cl 1111 cl::TokenizeGNUCommandLine(Line, Saver, NewArgv, MarkEOLs); in tokenizeConfigFile() 1362 auto Tokenize = cl::TokenizeGNUCommandLine; in expandResponseFiles() 1461 TokenizeGNUCommandLine(*EnvValue, Saver, NewArgv); in ParseCommandLineOptions() 1510 auto Tokenize = cl::TokenizeGNUCommandLine; in ParseCommandLineOptions()
|
| /openbsd-src/gnu/llvm/lld/MinGW/ |
| H A D | Driver.cpp | 99 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 1311 : cl::TokenizeGNUCommandLine; in getRspQuoting() 1318 Ret = cl::TokenizeGNUCommandLine; in getRspQuoting()
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | Driver.cpp | 159 return cl::TokenizeGNUCommandLine; in getQuotingStyle() 163 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | DriverUtils.cpp | 828 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 2061 void TokenizeGNUCommandLine(StringRef Source, StringSaver &Saver,
|