Home
last modified time | relevance | path

Searched defs:MarkEOLs (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp825 bool MarkEOLs) { in TokenizeGNUCommandLine()
924 bool MarkEOLs) { in TokenizeWindowsCommandLine()
1011 bool MarkEOLs) { in tokenizeConfigFile()
1057 SmallVectorImpl<const char *> &NewArgv, bool MarkEOLs, bool RelativeNames, in ExpandResponseFile()
1113 SmallVectorImpl<const char *> &Argv, bool MarkEOLs, in ExpandResponseFiles()
/external/llvm/lib/Support/
DCommandLine.cpp688 bool MarkEOLs) { in TokenizeGNUCommandLine()
785 bool MarkEOLs) { in TokenizeWindowsCommandLine()
870 bool MarkEOLs = false) { in ExpandResponseFile()
902 bool MarkEOLs) { in ExpandResponseFiles()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp711 bool MarkEOLs) { in TokenizeGNUCommandLine()
808 bool MarkEOLs) { in TokenizeWindowsCommandLine()
893 bool MarkEOLs, bool RelativeNames) { in ExpandResponseFile()
935 bool MarkEOLs, bool RelativeNames) { in ExpandResponseFiles()
/external/clang/tools/driver/
Ddriver.cpp360 bool MarkEOLs = ClangCLMode; in main() local