Home
last modified time | relevance | path

Searched refs:ProgramOverview (Results 1 – 3 of 3) 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 __anon6e9d21840111::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-subzero/lib/Support/
DCommandLine.cpp107 StringRef ProgramOverview; member in __anone2a0ce670111::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 =()