Searched refs:TokenizeGNUCommandLine (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | DriverUtils.cpp | 84 return cl::TokenizeGNUCommandLine; in getQuotingStyle() 88 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | ExpandResponseFilesCompilationDatabase.cpp | 86 : llvm::cl::TokenizeGNUCommandLine; in expandResponseFiles()
|
| /freebsd-13.1/contrib/llvm-project/lld/tools/lld/ |
| H A D | lld.cpp | 76 return cl::TokenizeGNUCommandLine; in getDefaultQuotingStyle()
|
| /freebsd-13.1/contrib/llvm-project/clang/tools/driver/ |
| H A D | driver.cpp | 333 llvm::cl::ExpandResponseFiles(Saver, &llvm::cl::TokenizeGNUCommandLine, ArgV, in ExecuteCC1Tool() 393 Tokenizer = &llvm::cl::TokenizeGNUCommandLine; in main()
|
| /freebsd-13.1/contrib/llvm-project/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() 1311 TokenizeGNUCommandLine(*EnvValue, Saver, NewArgv); in ParseCommandLineOptions() 1346 cl::TokenizeWindowsCommandLine : cl::TokenizeGNUCommandLine, in ParseCommandLineOptions()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | DriverUtils.cpp | 86 cl::ExpandResponseFiles(saver, cl::TokenizeGNUCommandLine, vec); in parse()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 418 : cl::TokenizeGNUCommandLine, in main()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 1152 : cl::TokenizeGNUCommandLine; in getRspQuoting() 1159 Ret = cl::TokenizeGNUCommandLine; in getRspQuoting()
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | DriverUtils.cpp | 813 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 2019 void TokenizeGNUCommandLine(StringRef Source, StringSaver &Saver,
|