/external/llvm-project/lld/ELF/ |
D | DriverUtils.cpp | 84 return cl::TokenizeGNUCommandLine; in getQuotingStyle() 88 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
|
/external/llvm-project/clang/lib/Tooling/ |
D | ExpandResponseFilesCompilationDatabase.cpp | 85 : llvm::cl::TokenizeGNUCommandLine; in expandResponseFiles()
|
/external/llvm/unittests/Support/ |
D | CommandLineTest.cpp | 184 TEST(CommandLineTest, TokenizeGNUCommandLine) { in TEST() argument 191 testCommandLineTokenizer(cl::TokenizeGNUCommandLine, Input, Output, in TEST()
|
/external/llvm-project/lld/tools/lld/ |
D | lld.cpp | 81 return cl::TokenizeGNUCommandLine; in getDefaultQuotingStyle()
|
/external/llvm-project/clang/tools/driver/ |
D | driver.cpp | 325 llvm::cl::ExpandResponseFiles(Saver, &llvm::cl::TokenizeGNUCommandLine, ArgV, in ExecuteCC1Tool() 391 Tokenizer = &llvm::cl::TokenizeGNUCommandLine; in main()
|
/external/llvm-project/llvm/unittests/Support/ |
D | CommandLineTest.cpp | 216 TEST(CommandLineTest, TokenizeGNUCommandLine) { in TEST() argument 223 testCommandLineTokenizer(cl::TokenizeGNUCommandLine, Input, Output); in TEST() 266 testCommandLineTokenizer(cl::TokenizeGNUCommandLine, Input, Output, in TEST() 830 Saver, llvm::cl::TokenizeGNUCommandLine, Argv, false, true, FS, in TEST() 890 cl::TokenizerCallback Tokenizer = cl::TokenizeGNUCommandLine; in TEST() 931 ASSERT_FALSE(cl::ExpandResponseFiles(Saver, cl::TokenizeGNUCommandLine, Argv, in TEST() 966 ASSERT_TRUE(cl::ExpandResponseFiles(Saver, cl::TokenizeGNUCommandLine, Argv, in TEST()
|
/external/llvm-project/lld/MachO/ |
D | DriverUtils.cpp | 77 cl::ExpandResponseFiles(saver, cl::TokenizeGNUCommandLine, vec); in parse()
|
/external/llvm-project/llvm/lib/Support/ |
D | CommandLine.cpp | 827 void cl::TokenizeGNUCommandLine(StringRef Src, StringSaver &Saver, in TokenizeGNUCommandLine() function in cl 1075 cl::TokenizeGNUCommandLine(Line, Saver, NewArgv, MarkEOLs); in tokenizeConfigFile() 1259 : cl::TokenizeGNUCommandLine; in expandResponseFiles() 1303 TokenizeGNUCommandLine(*EnvValue, Saver, NewArgv); in ParseCommandLineOptions() 1338 cl::TokenizeWindowsCommandLine : cl::TokenizeGNUCommandLine, in ParseCommandLineOptions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CommandLine.cpp | 823 void cl::TokenizeGNUCommandLine(StringRef Src, StringSaver &Saver, in TokenizeGNUCommandLine() function in cl 1044 cl::TokenizeGNUCommandLine(Line, Saver, NewArgv, MarkEOLs); in tokenizeConfigFile() 1268 TokenizeGNUCommandLine(*envValue, Saver, newArgv); in ParseEnvironmentOptions() 1286 TokenizeGNUCommandLine(*EnvValue, Saver, NewArgv); in ParseCommandLineOptions() 1321 cl::TokenizeWindowsCommandLine : cl::TokenizeGNUCommandLine, in ParseCommandLineOptions()
|
/external/llvm-project/llvm/tools/llvm-objcopy/ |
D | llvm-objcopy.cpp | 352 : cl::TokenizeGNUCommandLine, in main()
|
/external/llvm-project/lld/MinGW/ |
D | Driver.cpp | 95 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
|
/external/llvm-project/lld/wasm/ |
D | Driver.cpp | 162 return cl::TokenizeGNUCommandLine; in getQuotingStyle() 166 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
|
/external/clang/tools/driver/ |
D | driver.cpp | 366 Tokenizer = &llvm::cl::TokenizeGNUCommandLine; in main()
|
/external/llvm-project/llvm/tools/llvm-ar/ |
D | llvm-ar.cpp | 1151 : cl::TokenizeGNUCommandLine; in getRspQuoting() 1158 Ret = cl::TokenizeGNUCommandLine; in getRspQuoting()
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 686 void cl::TokenizeGNUCommandLine(StringRef Src, StringSaver &Saver, in TokenizeGNUCommandLine() function in cl 987 TokenizeGNUCommandLine(envValue, Saver, newArgv); in ParseEnvironmentOptions() 1017 ExpandResponseFiles(Saver, TokenizeGNUCommandLine, newArgv); in ParseCommandLineOptions()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 710 void cl::TokenizeGNUCommandLine(StringRef Src, StringSaver &Saver, in TokenizeGNUCommandLine() function in cl 1014 TokenizeGNUCommandLine(*envValue, Saver, newArgv); in ParseEnvironmentOptions() 1044 ExpandResponseFiles(Saver, TokenizeGNUCommandLine, newArgv); in ParseCommandLineOptions()
|
/external/llvm-project/lld/COFF/ |
D | DriverUtils.cpp | 807 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 1754 void TokenizeGNUCommandLine(StringRef Source, StringSaver &Saver,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | CommandLine.h | 1800 void TokenizeGNUCommandLine(StringRef Source, StringSaver &Saver,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CommandLine.h | 2012 void TokenizeGNUCommandLine(StringRef Source, StringSaver &Saver,
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | CommandLine.h | 2003 void TokenizeGNUCommandLine(StringRef Source, StringSaver &Saver,
|