Home
last modified time | relevance | path

Searched refs:ProgramOverview (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DCommandLine.cpp77 static const char *ProgramOverview = 0; variable
560 ProgramOverview = Overview; in ParseCommandLineOptions()
1254 if (ProgramOverview) in operator =()
1255 outs() << "OVERVIEW: " << ProgramOverview << "\n"; in operator =()
/external/llvm/lib/Support/
DCommandLine.cpp93 const char *ProgramOverview; member in __anon5ad846a50111::CommandLineParser
104 CommandLineParser() : ProgramOverview(nullptr), ActiveSubCommand(nullptr) { in CommandLineParser()
313 ProgramOverview = nullptr; in reset()
1024 ProgramOverview = Overview; in ParseCommandLineOptions()
1765 if (GlobalParser->ProgramOverview) in operator =()
1766 outs() << "OVERVIEW: " << GlobalParser->ProgramOverview << "\n"; in operator =()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCommandLine.cpp97 StringRef ProgramOverview; member in __anon9d8681dd0111::CommandLineParser
323 ProgramOverview = StringRef(); in reset()
1094 ProgramOverview = Overview; in ParseCommandLineOptions()
1852 if (!GlobalParser->ProgramOverview.empty()) in printHelp()
1853 outs() << "OVERVIEW: " << GlobalParser->ProgramOverview << "\n"; in printHelp()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp107 StringRef ProgramOverview; member in __anon426037880111::CommandLineParser
333 ProgramOverview = StringRef(); in reset()
1046 ProgramOverview = Overview; in ParseCommandLineOptions()
1790 if (!GlobalParser->ProgramOverview.empty()) in operator =()
1791 outs() << "OVERVIEW: " << GlobalParser->ProgramOverview << "\n"; in operator =()