LLVM 22.0.0git
llvm::RegAllocTypeParser Class Reference

#include "llvm/Target/CGPassBuilderOption.h"

Inheritance diagram for llvm::RegAllocTypeParser:
[legend]

Public Member Functions

 RegAllocTypeParser (cl::Option &O)
void initialize ()
Public Member Functions inherited from llvm::cl::parser< RegAllocType >
 parser (Option &O)
unsigned getNumOptions () const override
StringRef getOption (unsigned N) const override
StringRef getDescription (unsigned N) const override
const GenericOptionValuegetOptionValue (unsigned N) const override
bool parse (Option &O, StringRef ArgName, StringRef Arg, RegAllocType &V)
void addLiteralOption (StringRef Name, const DT &V, StringRef HelpStr)
 Add an entry to the mapping table.
void removeLiteralOption (StringRef Name)
 Remove the specified option.
Public Member Functions inherited from llvm::cl::generic_parser_base
 generic_parser_base (Option &O)
virtual ~generic_parser_base ()=default
virtual size_t getOptionWidth (const Option &O) const
virtual void printOptionInfo (const Option &O, size_t GlobalWidth) 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 ()
void getExtraOptionNames (SmallVectorImpl< StringRef > &OptionNames)
enum ValueExpected getValueExpectedFlagDefault () const
unsigned findOption (StringRef Name)

Additional Inherited Members

Public Types inherited from llvm::cl::parser< RegAllocType >
using parser_data_type
Protected Attributes inherited from llvm::cl::parser< RegAllocType >
SmallVector< OptionInfo, 8 > Values
Protected Attributes inherited from llvm::cl::generic_parser_base
OptionOwner

Detailed Description

Definition at line 33 of file CGPassBuilderOption.h.

Constructor & Destructor Documentation

◆ RegAllocTypeParser()

llvm::RegAllocTypeParser::RegAllocTypeParser ( cl::Option & O)
inline

Definition at line 35 of file CGPassBuilderOption.h.

References llvm::cl::parser< RegAllocType >::parser().

Member Function Documentation

◆ initialize()


The documentation for this class was generated from the following file: