Searched refs:TokenizeGNUCommandLine (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DExpandResponseFilesCompilationDatabase.cpp85 : llvm::cl::TokenizeGNUCommandLine;
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp83 return cl::TokenizeGNUCommandLine;
87 return cl::TokenizeGNUCommandLine;
/freebsd-13-stable/contrib/llvm-project/lld/tools/lld/
H A Dlld.cpp73 return cl::TokenizeGNUCommandLine;
/freebsd-13-stable/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp325 llvm::cl::ExpandResponseFiles(Saver, &llvm::cl::TokenizeGNUCommandLine, ArgV,
391 Tokenizer = &llvm::cl::TokenizeGNUCommandLine;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp359 : cl::TokenizeGNUCommandLine,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1151 : cl::TokenizeGNUCommandLine;
1158 Ret = cl::TokenizeGNUCommandLine;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp827 void cl::TokenizeGNUCommandLine(StringRef Src, StringSaver &Saver, function in class:cl
1075 cl::TokenizeGNUCommandLine(Line, Saver, NewArgv, MarkEOLs);
1299 TokenizeGNUCommandLine(*envValue, Saver, newArgv);
1317 TokenizeGNUCommandLine(*EnvValue, Saver, NewArgv);
1352 cl::TokenizeWindowsCommandLine : cl::TokenizeGNUCommandLine,
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp801 return cl::TokenizeGNUCommandLine;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h2010 void TokenizeGNUCommandLine(StringRef Source, StringSaver &Saver,
2049 /// It works like TokenizeGNUCommandLine with ability to skip comment lines.

Completed in 77 milliseconds