My Project
|
#include <Attribute.h>
Public Member Functions | |
StructAttr (const llvm::Record *record) | |
StructAttr (const llvm::Record &record) | |
StructAttr (const llvm::DefInit *init) | |
StringRef | getStructClassName () const |
StringRef | getCppNamespace () const |
std::vector< StructFieldAttr > | getAllFields () const |
![]() | |
Attribute (const llvm::Record *record) | |
Attribute (const llvm::DefInit *init) | |
StringRef | getStorageType () const |
StringRef | getReturnType () const |
StringRef | getConvertFromStorageCall () const |
bool | isConstBuildable () const |
StringRef | getConstBuilderTemplate () const |
Attribute | getBaseAttr () const |
bool | hasDefaultValue () const |
StringRef | getDefaultValue () const |
bool | isOptional () const |
bool | isDerivedAttr () const |
bool | isTypeAttr () const |
bool | isEnumAttr () const |
StringRef | getAttrDefName () const |
StringRef | getDerivedCodeBody () const |
![]() | |
AttrConstraint (const llvm::Record *record) | |
bool | isSubClassOf (StringRef className) const |
![]() | |
Constraint (const llvm::Record *record) | |
bool | operator== (const Constraint &that) |
bool | operator!= (const Constraint &that) |
Pred | getPredicate () const |
std::string | getConditionTemplate () const |
StringRef | getDescription () const |
Kind | getKind () const |
Additional Inherited Members | |
![]() | |
enum | Kind { CK_Attr, CK_Region, CK_Type, CK_Uncategorized } |
![]() | |
static bool | classof (const Constraint *c) |
![]() | |
Constraint (Kind kind, const llvm::Record *record) | |
![]() | |
const llvm::Record * | def |
|
explicit |
|
inlineexplicit |
|
explicit |
std::vector< mlir::tblgen::StructFieldAttr > tblgen::StructAttr::getAllFields | ( | ) | const |
StringRef tblgen::StructAttr::getCppNamespace | ( | ) | const |
StringRef tblgen::StructAttr::getStructClassName | ( | ) | const |