Searched refs:TokenizeGNUCommandLine (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | DriverUtils.cpp | 84 return cl::TokenizeGNUCommandLine; in getQuotingStyle() 88 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 711 void cl::TokenizeGNUCommandLine(StringRef Src, StringSaver &Saver, in TokenizeGNUCommandLine() function in cl 925 cl::TokenizeGNUCommandLine(Line, Saver, NewArgv, MarkEOLs); in tokenizeConfigFile() 1067 TokenizeGNUCommandLine(*envValue, Saver, newArgv); in ParseEnvironmentOptions() 1084 TokenizeGNUCommandLine(*EnvValue, Saver, NewArgv); in ParseCommandLineOptions() 1118 cl::TokenizeWindowsCommandLine : cl::TokenizeGNUCommandLine, in ParseCommandLineOptions()
|
| /freebsd-12.1/contrib/llvm/tools/clang/tools/driver/ |
| H A D | driver.cpp | 366 Tokenizer = &llvm::cl::TokenizeGNUCommandLine; in main()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 956 cl::ExpandResponseFiles(Saver, cl::TokenizeGNUCommandLine, Argv); in ar_main()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | DriverUtils.cpp | 763 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 1857 void TokenizeGNUCommandLine(StringRef Source, StringSaver &Saver,
|