Searched defs:EnumAttr (Results 1 – 2 of 2) sorted by relevance
174 EnumAttr::EnumAttr(const llvm::Record *record) : Attribute(record) { in EnumAttr() function in EnumAttr179 EnumAttr::EnumAttr(const llvm::Record &record) : Attribute(&record) {} in EnumAttr() function in EnumAttr181 EnumAttr::EnumAttr(const llvm::DefInit *init) : EnumAttr(init->getDef()) {} in EnumAttr() function in EnumAttr
2041 struct EnumAttr { struct2042 static bool isSet(const Function &Fn, in isSet()2047 static void set(Function &Fn, in set()