Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributeImpl.h182 class TypeAttributeImpl : public EnumAttributeImpl {
186 TypeAttributeImpl(Attribute::AttrKind Kind, Type *Ty) in TypeAttributeImpl() function
H A DAttributes.cpp152 PA = new (pImpl->Alloc) TypeAttributeImpl(Kind, Ty); in get()
679 return static_cast<const TypeAttributeImpl *>(this)->getTypeValue(); in getValueAsType()