Home
last modified time | relevance | path

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

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