LLVM API Documentation
#include <PassNameParser.h>
Public Member Functions | |
bool | ignorablePassImpl (const PassInfo *P) const |
![]() | |
PassNameParser () | |
virtual | ~PassNameParser () |
void | initialize (cl::Option &O) |
bool | ignorablePass (const PassInfo *P) const |
virtual void | passRegistered (const PassInfo *P) |
virtual void | passEnumerate (const PassInfo *P) |
virtual void | printOptionInfo (const cl::Option &O, size_t GlobalWidth) const |
![]() | |
PassRegistrationListener () | |
virtual | ~PassRegistrationListener () |
void | enumeratePasses () |
![]() | |
unsigned | getNumOptions () const |
const char * | getOption (unsigned N) const |
const char * | getDescription (unsigned N) const |
virtual const GenericOptionValue & | getOptionValue (unsigned N) const |
bool | parse (Option &O, StringRef ArgName, StringRef Arg, const PassInfo *&V) |
void | addLiteralOption (const char *Name, const DT &V, const char *HelpStr) |
void | removeLiteralOption (const char *Name) |
![]() | |
virtual | ~generic_parser_base () |
virtual size_t | getOptionWidth (const Option &O) const |
void | printGenericOptionDiff (const Option &O, const GenericOptionValue &V, const GenericOptionValue &Default, size_t GlobalWidth) const |
template<class AnyOptionValue > | |
void | printOptionDiff (const Option &O, const AnyOptionValue &V, const AnyOptionValue &Default, size_t GlobalWidth) const |
void | initialize (Option &O) |
void | getExtraOptionNames (SmallVectorImpl< const char * > &OptionNames) |
enum ValueExpected | getValueExpectedFlagDefault () const |
unsigned | findOption (const char *Name) |
Additional Inherited Members | |
![]() | |
typedef const PassInfo * | parser_data_type |
![]() | |
SmallVector< OptionInfo, 8 > | Values |
![]() | |
bool | hasArgStr |
===-------------------------------------------------------------------—===// FilteredPassNameParser class - Make use of the pass registration mechanism to automatically add a command line argument to opt for each pass that satisfies a filter criteria. Filter should return true for passes to be registered as command-line options.
Definition at line 102 of file PassNameParser.h.
|
inlinevirtual |
Reimplemented from llvm::PassNameParser.
Definition at line 107 of file PassNameParser.h.