Searched refs:TokenizeGNUCommandLine (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | DriverUtils.cpp | 78 return cl::TokenizeGNUCommandLine; in getQuotingStyle() 82 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | ExpandResponseFilesCompilationDatabase.cpp | 67 : llvm::cl::TokenizeGNUCommandLine; in expandResponseFiles()
|
| /freebsd/contrib/llvm-project/lld/Common/ |
| H A D | DriverDispatcher.cpp | 43 return cl::TokenizeGNUCommandLine; in getDefaultQuotingStyle()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 225 : cl::TokenizeGNUCommandLine, in llvm_objcopy_main()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 822 void cl::TokenizeGNUCommandLine(StringRef Src, StringSaver &Saver, in TokenizeGNUCommandLine() function in cl 1109 cl::TokenizeGNUCommandLine(Line, Saver, NewArgv, MarkEOLs); in tokenizeConfigFile() 1360 auto Tokenize = cl::TokenizeGNUCommandLine; in expandResponseFiles() 1459 TokenizeGNUCommandLine(*EnvValue, Saver, NewArgv); in ParseCommandLineOptions() 1508 auto Tokenize = cl::TokenizeGNUCommandLine; in ParseCommandLineOptions()
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | driver.cpp | 215 llvm::cl::ExpansionContext ECtx(A, llvm::cl::TokenizeGNUCommandLine); in ExecuteCC1Tool()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | DriverUtils.cpp | 104 cl::ExpandResponseFiles(saver(), cl::TokenizeGNUCommandLine, vec); in parse()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 1319 : cl::TokenizeGNUCommandLine; in getRspQuoting() 1326 Ret = cl::TokenizeGNUCommandLine; in getRspQuoting()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | DriverUtils.cpp | 746 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 2088 LLVM_ABI void TokenizeGNUCommandLine(StringRef Source, StringSaver &Saver,
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 7196 Tokenizer = &llvm::cl::TokenizeGNUCommandLine; in expandResponseFiles()
|