Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h224 class TypeAttributeImpl : public EnumAttributeImpl {
228 TypeAttributeImpl(Attribute::AttrKind Kind, Type *Ty) in TypeAttributeImpl() function
H A DAttributes.cpp162 PA = new (pImpl->Alloc) TypeAttributeImpl(Kind, Ty); in get()
795 return static_cast<const TypeAttributeImpl *>(this)->getTypeValue(); in getValueAsType()