Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h279 class AttributeListImpl final
281 private TrailingObjects<AttributeListImpl, AttributeSet> {
296 AttributeListImpl(ArrayRef<AttributeSet> Sets);
299 AttributeListImpl(const AttributeListImpl &) = delete;
300 AttributeListImpl &operator=(const AttributeListImpl &) = delete;
325 static_assert(std::is_trivially_destructible<AttributeListImpl>::value,
H A DAttributes.cpp955 AttributeListImpl::AttributeListImpl(ArrayRef<AttributeSet> Sets) in AttributeListImpl() function in AttributeListImpl
974 void AttributeListImpl::Profile(FoldingSetNodeID &ID) const { in Profile()
978 void AttributeListImpl::Profile(FoldingSetNodeID &ID, in Profile()
984 bool AttributeListImpl::hasAttrSomewhere(Attribute::AttrKind Kind, in hasAttrSomewhere()
1003 LLVM_DUMP_METHOD void AttributeListImpl::dump() const { in dump()
1004 AttributeList(const_cast<AttributeListImpl *>(this)).dump(); in dump()
1018 AttributeListImpl::Profile(ID, AttrSets); in getImpl()
1021 AttributeListImpl *PA = in getImpl()
1029 AttributeListImpl::totalSizeToAlloc<AttributeSet>(AttrSets.size()), in getImpl()
1030 alignof(AttributeListImpl)); in getImpl()
[all …]
H A DLLVMContextImpl.h1373 FoldingSet<AttributeListImpl> AttrsLists;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h38 class AttributeListImpl; variable
267 friend AttributeListImpl; variable
408 friend class AttributeListImpl;
415 AttributeListImpl *pImpl = nullptr;
431 explicit AttributeList(AttributeListImpl *LI) : pImpl(LI) {}
789 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val));
795 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val));