Searched defs:EnumAttr (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/TableGen/ | ||
H A D | Attribute.cpp | 168 EnumAttr::EnumAttr(const llvm::Record *record) : Attribute(record) { EnumAttr() function in EnumAttr |
/llvm-project/llvm/lib/IR/ | ||
H A D | Attributes.cpp | 2345 struct EnumAttr { global() struct |