Searched refs:TokenizeWindowsCommandLine (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | DriverUtils.cpp | 74 return cl::TokenizeWindowsCommandLine; in getQuotingStyle() 78 return cl::TokenizeWindowsCommandLine; in getQuotingStyle()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | ExpandResponseFilesCompilationDatabase.cpp | 70 ? llvm::cl::TokenizeWindowsCommandLine in expandResponseFiles()
|
H A D | JSONCompilationDatabase.cpp | 150 llvm::cl::TokenizeWindowsCommandLine(EscapedCommandLine, Saver, T); in unescapeCommandLine()
|
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | DriverDispatcher.cpp | 42 return cl::TokenizeWindowsCommandLine; in getDefaultQuotingStyle()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | llvm-objcopy.cpp | 238 ? cl::TokenizeWindowsCommandLine in llvm_objcopy_main()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | DriverUtils.cpp | 887 return cl::TokenizeWindowsCommandLine; in getQuotingStyle() 891 return cl::TokenizeWindowsCommandLine; in getQuotingStyle() 1017 cl::TokenizeWindowsCommandLine(s, saver(), tokens); in tokenize()
|
/freebsd/contrib/llvm-project/clang/tools/driver/ |
H A D | driver.cpp | 114 llvm::cl::TokenizeWindowsCommandLine(EnvValue, Saver, Opts); in getCLEnvVarOptions()
|
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | LibDriver.cpp | 316 cl::ExpandResponseFiles(Saver, cl::TokenizeWindowsCommandLine, NewArgs); in libDriverMain()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 1318 ? cl::TokenizeWindowsCommandLine in getRspQuoting() 1328 Ret = cl::TokenizeWindowsCommandLine; in getRspQuoting()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | CommandLine.cpp | 1025 void cl::TokenizeWindowsCommandLine(StringRef Src, StringSaver &Saver, in TokenizeWindowsCommandLine() function in cl 1341 auto Tokenize = cl::TokenizeWindowsCommandLine; in expandResponseFiles() 1489 auto Tokenize = cl::TokenizeWindowsCommandLine; in ParseCommandLineOptions()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 2098 void TokenizeWindowsCommandLine(StringRef Source, StringSaver &Saver,
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 6769 Tokenizer = &llvm::cl::TokenizeWindowsCommandLine; in expandResponseFiles()
|