Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h367 class AttributeListImpl final
369 private TrailingObjects<AttributeListImpl, AttributeSet> {
381 AttributeListImpl(ArrayRef<AttributeSet> Sets);
384 AttributeListImpl(const AttributeListImpl &) = delete;
385 AttributeListImpl &operator=(const AttributeListImpl &) = delete;
410 static_assert(std::is_trivially_destructible<AttributeListImpl>::value,
H A DAttributes.cpp1425 AttributeListImpl::AttributeListImpl(ArrayRef<AttributeSet> Sets) in AttributeListImpl() function in AttributeListImpl
1444 void AttributeListImpl::Profile(FoldingSetNodeID &ID) const { in Profile()
1448 void AttributeListImpl::Profile(FoldingSetNodeID &ID, in Profile()
1454 bool AttributeListImpl::hasAttrSomewhere(Attribute::AttrKind Kind, in hasAttrSomewhere()
1473 LLVM_DUMP_METHOD void AttributeListImpl::dump() const { in dump()
1474 AttributeList(const_cast<AttributeListImpl *>(this)).dump(); in dump()
1488 AttributeListImpl::Profile(ID, AttrSets); in getImpl()
1491 AttributeListImpl *PA = in getImpl()
1499 AttributeListImpl::totalSizeToAlloc<AttributeSet>(AttrSets.size()), in getImpl()
1500 alignof(AttributeListImpl)); in getImpl()
[all …]
H A DLLVMContextImpl.h56 class AttributeListImpl; variable
1694 FoldingSet<AttributeListImpl> AttrsLists;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h39 class AttributeListImpl; variable
362 friend AttributeListImpl; variable
516 friend class AttributeListImpl;
523 AttributeListImpl *pImpl = nullptr;
539 explicit AttributeList(AttributeListImpl *LI) : pImpl(LI) {}
1053 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val));
1059 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val));
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc20723 {"_ZN4llvm17AttributeListImplD1Ev", "llvm::AttributeListImpl::~AttributeListImpl()"},
20724 {"_ZN4llvm17AttributeListImplD2Ev", "llvm::AttributeListImpl::~AttributeListImpl()"},
20726 …trListPtrC1EPNS_17AttributeListImplE", "llvm::AttrListPtr::AttrListPtr(llvm::AttributeListImpl*)"},
20727 …trListPtrC2EPNS_17AttributeListImplE", "llvm::AttrListPtr::AttrListPtr(llvm::AttributeListImpl*)"},
20740 {"_ZN4llvm17AttributeListImpl6AddRefEv", "llvm::AttributeListImpl::AddRef()"},
20741 {"_ZN4llvm17AttributeListImpl7DropRefEv", "llvm::AttributeListImpl::DropRef()"},
20744 …ibuteListImplEEEEEPvv", "void* llvm::object_creator<llvm::FoldingSet<llvm::AttributeListImpl>>()"},
20745 …ListImplEEEE4callEPv", "llvm::object_deleter<llvm::FoldingSet<llvm::AttributeListImpl>>::call(void…
20746 {"_ZN4llvm10FoldingSetINS_17AttributeListImplEED1Ev", "llvm::FoldingSet<llvm::AttributeListImpl>::~…
20747 {"_ZN4llvm10FoldingSetINS_17AttributeListImplEED0Ev", "llvm::FoldingSet<llvm::AttributeListImpl>::~…
[all …]