Home
last modified time | relevance | path

Searched refs:TokenizeGNUCommandLine (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DDriverUtils.cpp74 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
78 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DExpandResponseFilesCompilationDatabase.cpp86 : llvm::cl::TokenizeGNUCommandLine; in expandResponseFiles()
/llvm-project-15.0.7/flang/tools/flang-driver/
H A Ddriver.cpp78 llvm::cl::TokenizerCallback tokenizer = &llvm::cl::TokenizeGNUCommandLine; in ExpandResponseFiles()
/llvm-project-15.0.7/lld/tools/lld/
H A Dlld.cpp74 return cl::TokenizeGNUCommandLine; in getDefaultQuotingStyle()
/llvm-project-15.0.7/clang/tools/driver/
H A Ddriver.cpp312 llvm::cl::ExpandResponseFiles(Saver, &llvm::cl::TokenizeGNUCommandLine, ArgV, in ExecuteCC1Tool()
372 Tokenizer = &llvm::cl::TokenizeGNUCommandLine; in clang_main()
/llvm-project-15.0.7/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp240 : cl::TokenizeGNUCommandLine, in llvm_objcopy_main()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DCommandLineTest.cpp215 TEST(CommandLineTest, TokenizeGNUCommandLine) { in TEST() argument
222 testCommandLineTokenizer(cl::TokenizeGNUCommandLine, Input, Output); in TEST()
295 testCommandLineTokenizer(cl::TokenizeGNUCommandLine, Input, Output, in TEST()
872 Saver, llvm::cl::TokenizeGNUCommandLine, Argv, false, true, false, in TEST()
932 cl::TokenizerCallback Tokenizer = cl::TokenizeGNUCommandLine; in TEST()
973 ASSERT_FALSE(cl::ExpandResponseFiles(Saver, cl::TokenizeGNUCommandLine, Argv, in TEST()
1008 ASSERT_TRUE(cl::ExpandResponseFiles(Saver, cl::TokenizeGNUCommandLine, Argv, in TEST()
/llvm-project-15.0.7/clang/tools/clang-nvlink-wrapper/
H A DClangNvlinkWrapper.cpp177 cl::ExpandResponseFiles(Saver, cl::TokenizeGNUCommandLine, Argv); in main()
/llvm-project-15.0.7/lld/MachO/
H A DDriverUtils.cpp84 cl::ExpandResponseFiles(saver(), cl::TokenizeGNUCommandLine, vec); in parse()
/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp822 void cl::TokenizeGNUCommandLine(StringRef Src, StringSaver &Saver, in TokenizeGNUCommandLine() function in cl
1109 cl::TokenizeGNUCommandLine(Line, Saver, NewArgv, MarkEOLs); in tokenizeConfigFile()
1344 : cl::TokenizeGNUCommandLine; in expandResponseFiles()
1391 TokenizeGNUCommandLine(*EnvValue, Saver, NewArgv); in ParseCommandLineOptions()
1434 cl::TokenizeWindowsCommandLine : cl::TokenizeGNUCommandLine, in ParseCommandLineOptions()
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dcore_main.cpp384 llvm::cl::TokenizeGNUCommandLine(command_line, Saver, Args); in indextest_perform_shell_execution()
/llvm-project-15.0.7/lld/wasm/
H A DDriver.cpp154 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
158 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
/llvm-project-15.0.7/lld/MinGW/
H A DDriver.cpp95 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
/llvm-project-15.0.7/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1303 : cl::TokenizeGNUCommandLine; in getRspQuoting()
1310 Ret = cl::TokenizeGNUCommandLine; in getRspQuoting()
/llvm-project-15.0.7/lld/COFF/
H A DDriverUtils.cpp833 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h1995 void TokenizeGNUCommandLine(StringRef Source, StringSaver &Saver,