|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Support/CommandLine.h 1900 void TokenizeGNUCommandLine(StringRef Source, StringSaver &Saver,
References
lib/Support/CommandLine.cpp 1030 cl::TokenizeGNUCommandLine(Line, Saver, NewArgv, MarkEOLs);
1215 TokenizeGNUCommandLine(*envValue, Saver, newArgv);
1233 TokenizeGNUCommandLine(*EnvValue, Saver, NewArgv);
1268 cl::TokenizeWindowsCommandLine : cl::TokenizeGNUCommandLine,
tools/clang/tools/driver/driver.cpp 366 Tokenizer = &llvm::cl::TokenizeGNUCommandLine;
tools/lld/COFF/DriverUtils.cpp 797 return cl::TokenizeGNUCommandLine;
tools/lld/ELF/DriverUtils.cpp 83 return cl::TokenizeGNUCommandLine;
87 return cl::TokenizeGNUCommandLine;
tools/lld/MinGW/Driver.cpp 94 return cl::TokenizeGNUCommandLine;
tools/lld/tools/lld/lld.cpp 70 return cl::TokenizeGNUCommandLine;
tools/lld/wasm/Driver.cpp 165 cl::ExpandResponseFiles(saver, cl::TokenizeGNUCommandLine, vec);
tools/llvm-ar/llvm-ar.cpp 1092 cl::ExpandResponseFiles(Saver, cl::TokenizeGNUCommandLine, Argv);
tools/llvm-objcopy/llvm-objcopy.cpp 331 : cl::TokenizeGNUCommandLine,
unittests/Support/CommandLineTest.cpp 240 testCommandLineTokenizer(cl::TokenizeGNUCommandLine, Input, Output,
833 Saver, llvm::cl::TokenizeGNUCommandLine, Argv, false, true);
906 cl::TokenizerCallback Tokenizer = cl::TokenizeGNUCommandLine;
946 bool Res = cl::ExpandResponseFiles(Saver, cl::TokenizeGNUCommandLine, Argv,