Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h369 class AttributeListImpl final
371 private TrailingObjects<AttributeListImpl, AttributeSet> {
386 AttributeListImpl(ArrayRef<AttributeSet> Sets);
389 AttributeListImpl(const AttributeListImpl &) = delete;
390 AttributeListImpl &operator=(const AttributeListImpl &) = delete;
415 static_assert(std::is_trivially_destructible<AttributeListImpl>::value,
H A DAttributes.cpp1206 AttributeListImpl::AttributeListImpl(ArrayRef<AttributeSet> Sets) in AttributeListImpl() function in AttributeListImpl
1225 void AttributeListImpl::Profile(FoldingSetNodeID &ID) const { in Profile()
1229 void AttributeListImpl::Profile(FoldingSetNodeID &ID, in Profile()
1235 bool AttributeListImpl::hasAttrSomewhere(Attribute::AttrKind Kind, in hasAttrSomewhere()
1254 LLVM_DUMP_METHOD void AttributeListImpl::dump() const { in dump()
1255 AttributeList(const_cast<AttributeListImpl *>(this)).dump(); in dump()
1269 AttributeListImpl::Profile(ID, AttrSets); in getImpl()
1272 AttributeListImpl *PA = in getImpl()
1280 AttributeListImpl::totalSizeToAlloc<AttributeSet>(AttrSets.size()), in getImpl()
1281 alignof(AttributeListImpl)); in getImpl()
[all …]
H A DLLVMContextImpl.h56 class AttributeListImpl; variable
1517 FoldingSet<AttributeListImpl> AttrsLists;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h38 class AttributeListImpl; variable
331 friend AttributeListImpl; variable
478 friend class AttributeListImpl;
485 AttributeListImpl *pImpl = nullptr;
501 explicit AttributeList(AttributeListImpl *LI) : pImpl(LI) {}
1008 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val));
1014 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val));