Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCommandLine.cpp93 const char *ProgramOverview; member in __anon92194b6c0111::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 __anon7f0a984f0111::CommandLineParser
333 ProgramOverview = StringRef(); in reset()
1051 ProgramOverview = Overview; in ParseCommandLineOptions()
1795 if (!GlobalParser->ProgramOverview.empty()) in operator =()
1796 outs() << "OVERVIEW: " << GlobalParser->ProgramOverview << "\n"; in operator =()
/external/llvm-project/llvm/lib/Support/
DCommandLine.cpp151 StringRef ProgramOverview; member in __anon52a1001a0111::CommandLineParser
402 ProgramOverview = StringRef(); in reset()
1346 ProgramOverview = Overview; in ParseCommandLineOptions()
2193 if (!GlobalParser->ProgramOverview.empty()) in printHelp()
2194 outs() << "OVERVIEW: " << GlobalParser->ProgramOverview << "\n"; in printHelp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp151 StringRef ProgramOverview; member in __anonbd45570e0111::CommandLineParser
402 ProgramOverview = StringRef(); in reset()
1329 ProgramOverview = Overview; in ParseCommandLineOptions()
2175 if (!GlobalParser->ProgramOverview.empty()) in printHelp()
2176 outs() << "OVERVIEW: " << GlobalParser->ProgramOverview << "\n"; in printHelp()