Searched refs:ProgramOverview (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/
H A DCommandLine.cpp93 const char *ProgramOverview; member in class:__anon12886::CommandLineParser
104 CommandLineParser() : ProgramOverview(nullptr), ActiveSubCommand(nullptr) {
313 ProgramOverview = nullptr;
1024 ProgramOverview = Overview;
1765 if (GlobalParser->ProgramOverview)
1766 outs() << "OVERVIEW: " << GlobalParser->ProgramOverview << "\n";
/external/swiftshader/third_party/LLVM/lib/Support/
H A DCommandLine.cpp77 static const char *ProgramOverview = 0; variable
560 ProgramOverview = Overview;
1254 if (ProgramOverview)
1255 outs() << "OVERVIEW: " << ProgramOverview << "\n";
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp107 StringRef ProgramOverview; member in class:__anon20590::CommandLineParser
333 ProgramOverview = StringRef();
1046 ProgramOverview = Overview;
1790 if (!GlobalParser->ProgramOverview.empty())
1791 outs() << "OVERVIEW: " << GlobalParser->ProgramOverview << "\n";

Completed in 119 milliseconds