Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributeImpl.h161 class TypeAttributeImpl : public EnumAttributeImpl {
167 TypeAttributeImpl(Attribute::AttrKind Kind, Type *Ty) in TypeAttributeImpl() function
DAttributes.cpp137 PA = new TypeAttributeImpl(Kind, Ty); in get()
507 void TypeAttributeImpl::anchor() {} in anchor()
541 return static_cast<const TypeAttributeImpl *>(this)->getTypeValue(); in getValueAsType()
/external/llvm-project/llvm/lib/IR/
DAttributeImpl.h181 class TypeAttributeImpl : public EnumAttributeImpl {
185 TypeAttributeImpl(Attribute::AttrKind Kind, Type *Ty) in TypeAttributeImpl() function
DAttributes.cpp141 PA = new (pImpl->Alloc) TypeAttributeImpl(Kind, Ty); in get()
607 return static_cast<const TypeAttributeImpl *>(this)->getTypeValue(); in getValueAsType()