Home
last modified time | relevance | path

Searched refs:ProgramOverview (Results 1 – 2 of 2) 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 =()