Searched refs:TokenizeWindowsCommandLine (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DExpandResponseFilesCompilationDatabase.cpp84 ? llvm::cl::TokenizeWindowsCommandLine
H A DJSONCompilationDatabase.cpp153 llvm::cl::TokenizeWindowsCommandLine(EscapedCommandLine, Saver, T);
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp82 return cl::TokenizeWindowsCommandLine;
86 return cl::TokenizeWindowsCommandLine;
/freebsd-13-stable/contrib/llvm-project/lld/tools/lld/
H A Dlld.cpp72 return cl::TokenizeWindowsCommandLine;
/freebsd-13-stable/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp239 llvm::cl::TokenizeWindowsCommandLine(EnvValue, Saver, Opts);
389 Tokenizer = &llvm::cl::TokenizeWindowsCommandLine;
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp800 return cl::TokenizeWindowsCommandLine;
804 return cl::TokenizeWindowsCommandLine;
916 cl::TokenizeWindowsCommandLine(s, saver, tokens);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp358 ? cl::TokenizeWindowsCommandLine
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp269 cl::ExpandResponseFiles(Saver, cl::TokenizeWindowsCommandLine, NewArgs);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1150 ? cl::TokenizeWindowsCommandLine
1160 Ret = cl::TokenizeWindowsCommandLine;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1020 void cl::TokenizeWindowsCommandLine(StringRef Src, StringSaver &Saver, function in class:cl
1352 cl::TokenizeWindowsCommandLine : cl::TokenizeGNUCommandLine,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h2025 void TokenizeWindowsCommandLine(StringRef Source, StringSaver &Saver,

Completed in 97 milliseconds