Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DDriverUtils.cpp84 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
88 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
/external/llvm-project/clang/lib/Tooling/
DExpandResponseFilesCompilationDatabase.cpp85 : llvm::cl::TokenizeGNUCommandLine; in expandResponseFiles()
/external/llvm/unittests/Support/
DCommandLineTest.cpp184 TEST(CommandLineTest, TokenizeGNUCommandLine) { in TEST() argument
191 testCommandLineTokenizer(cl::TokenizeGNUCommandLine, Input, Output, in TEST()
/external/llvm-project/lld/tools/lld/
Dlld.cpp81 return cl::TokenizeGNUCommandLine; in getDefaultQuotingStyle()
/external/llvm-project/clang/tools/driver/
Ddriver.cpp325 llvm::cl::ExpandResponseFiles(Saver, &llvm::cl::TokenizeGNUCommandLine, ArgV, in ExecuteCC1Tool()
391 Tokenizer = &llvm::cl::TokenizeGNUCommandLine; in main()
/external/llvm-project/llvm/unittests/Support/
DCommandLineTest.cpp216 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/
DDriverUtils.cpp77 cl::ExpandResponseFiles(saver, cl::TokenizeGNUCommandLine, vec); in parse()
/external/llvm-project/llvm/lib/Support/
DCommandLine.cpp827 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/
DCommandLine.cpp823 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/
Dllvm-objcopy.cpp352 : cl::TokenizeGNUCommandLine, in main()
/external/llvm-project/lld/MinGW/
DDriver.cpp95 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
/external/llvm-project/lld/wasm/
DDriver.cpp162 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
166 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
/external/clang/tools/driver/
Ddriver.cpp366 Tokenizer = &llvm::cl::TokenizeGNUCommandLine; in main()
/external/llvm-project/llvm/tools/llvm-ar/
Dllvm-ar.cpp1151 : cl::TokenizeGNUCommandLine; in getRspQuoting()
1158 Ret = cl::TokenizeGNUCommandLine; in getRspQuoting()
/external/llvm/lib/Support/
DCommandLine.cpp686 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/
DCommandLine.cpp710 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/
DDriverUtils.cpp807 return cl::TokenizeGNUCommandLine; in getQuotingStyle()
/external/llvm/include/llvm/Support/
DCommandLine.h1754 void TokenizeGNUCommandLine(StringRef Source, StringSaver &Saver,
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h1800 void TokenizeGNUCommandLine(StringRef Source, StringSaver &Saver,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCommandLine.h2012 void TokenizeGNUCommandLine(StringRef Source, StringSaver &Saver,
/external/llvm-project/llvm/include/llvm/Support/
DCommandLine.h2003 void TokenizeGNUCommandLine(StringRef Source, StringSaver &Saver,