Searched refs:TokenizeGNUCommandLine (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | DriverUtils.cpp | 75 return cl::TokenizeGNUCommandLine; in getQuotingStyle() 79 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | ExpandResponseFilesCompilationDatabase.cpp | 71 : 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 | 239 : cl::TokenizeGNUCommandLine, in llvm_objcopy_main()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | DriverUtils.cpp | 101 cl::ExpandResponseFiles(saver(), cl::TokenizeGNUCommandLine, vec); in parse()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | CommandLine.cpp | 805 void cl::TokenizeGNUCommandLine(StringRef Src, StringSaver &Saver, in TokenizeGNUCommandLine() function in cl 1092 cl::TokenizeGNUCommandLine(Line, Saver, NewArgv, MarkEOLs); in tokenizeConfigFile() 1343 auto Tokenize = cl::TokenizeGNUCommandLine; in expandResponseFiles() 1442 TokenizeGNUCommandLine(*EnvValue, Saver, NewArgv); in ParseCommandLineOptions() 1491 auto Tokenize = cl::TokenizeGNUCommandLine; in ParseCommandLineOptions()
|
/freebsd/contrib/llvm-project/clang/tools/driver/ |
H A D | driver.cpp | 207 llvm::cl::ExpansionContext ECtx(A, llvm::cl::TokenizeGNUCommandLine); in ExecuteCC1Tool()
|
/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 | 888 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 2080 void TokenizeGNUCommandLine(StringRef Source, StringSaver &Saver,
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 6771 Tokenizer = &llvm::cl::TokenizeGNUCommandLine; in expandResponseFiles()
|