Lines Matching refs:ParseCommandLineOptions
93 cl::ParseCommandLineOptions(argc, argv);
594 argument to the `cl::ParseCommandLineOptions`_ call in main. This additional
601 cl::ParseCommandLineOptions(argc, argv, " CommandLine compiler example\n\n"
1263 `cl::ParseCommandLineOptions`_.
1269 only consists of one function `cl::ParseCommandLineOptions`_) and three main
1280 in ``-help`` can be modified prior to calling `cl::ParseCommandLineOptions`_.
1319 …cl::ParseCommandLineOptions(argc, argv, "This is a small program to demo the LLVM CommandLine API"…
1324 .. _cl::ParseCommandLineOptions:
1326 The ``cl::ParseCommandLineOptions`` function
1329 The ``cl::ParseCommandLineOptions`` function is designed to be called directly
1333 The ``cl::ParseCommandLineOptions`` function requires two parameters (``argc``
1344 `cl::ParseCommandLineOptions`_, except that it is designed to take values for
1347 command line option variables just like `cl::ParseCommandLineOptions`_ does.
1356 into words and then process them using `cl::ParseCommandLineOptions`_.
1366 ``main`` and *before* ``cl::ParseCommandLineOptions``. Its use is optional. It