Home
last modified time | relevance | path

Searched defs:EnumAttr (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/TableGen/
DAttribute.cpp174 EnumAttr::EnumAttr(const llvm::Record *record) : Attribute(record) { in EnumAttr() function in EnumAttr
179 EnumAttr::EnumAttr(const llvm::Record &record) : Attribute(&record) {} in EnumAttr() function in EnumAttr
181 EnumAttr::EnumAttr(const llvm::DefInit *init) : EnumAttr(init->getDef()) {} in EnumAttr() function in EnumAttr
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp2041 struct EnumAttr { struct
2042 static bool isSet(const Function &Fn, in isSet()
2047 static void set(Function &Fn, in set()