Home
last modified time | relevance | path

Searched refs:TypeAttrEntry (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h50 TypeAttrEntry, enumerator
65 bool isTypeAttribute() const { return KindID == TypeAttrEntry; } in isTypeAttribute()
229 : EnumAttributeImpl(TypeAttrEntry, Kind), Ty(Ty) {} in TypeAttributeImpl()