Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h172 Attribute::AttrKind getEnumKind() const { return Kind; } in getEnumKind() function
H A DAttributes.cpp770 return static_cast<const EnumAttributeImpl *>(this)->getEnumKind(); in getKindAsEnum()