Home | History | Annotate | Download | only in Support

Lines Matching refs:ParseCommandLineOptions

108   void ParseCommandLineOptions(int argc, const char *const *argv,
805 // and hand it off to ParseCommandLineOptions().
808 ParseCommandLineOptions(newArgc, &newArgv[0], Overview);
811 void cl::ParseCommandLineOptions(int argc, const char *const *argv,
813 GlobalParser->ParseCommandLineOptions(argc, argv, Overview);
816 void CommandLineParser::ParseCommandLineOptions(int argc,
1856 llvm::cl::ParseCommandLineOptions(argc, argv, Overview);