MLIR
21.0.0git
|
#include "mlir/TableGen/EnumInfo.h"
Public Member Functions | |
EnumCase (const llvm::Record *record) | |
EnumCase (const llvm::DefInit *init) | |
StringRef | getSymbol () const |
StringRef | getStr () const |
int64_t | getValue () const |
const llvm::Record & | getDef () const |
Protected Attributes | |
const llvm::Record * | def |
Definition at line 29 of file EnumInfo.h.
|
explicit |
|
explicit |
const Record & EnumCase::getDef | ( | ) | const |
Definition at line 35 of file EnumInfo.cpp.
References def.
StringRef EnumCase::getStr | ( | ) | const |
Definition at line 31 of file EnumInfo.cpp.
References def.
StringRef EnumCase::getSymbol | ( | ) | const |
Definition at line 27 of file EnumInfo.cpp.
References def.
int64_t EnumCase::getValue | ( | ) | const |
Definition at line 33 of file EnumInfo.cpp.
References def.
|
protected |
Definition at line 48 of file EnumInfo.h.
Referenced by getDef(), getStr(), getSymbol(), and getValue().