Searched refs:AttributeSetImpl (Results 1 – 8 of 8) sorted by relevance
28 return new AttributeSetImpl (); in create()50 private static final class AttributeSetImpl extends AttributeSet class in AttributeSet103 AttributeSetImpl () in AttributeSetImpl() method in AttributeSet.AttributeSetImpl
195 class AttributeSetImpl final197 private TrailingObjects<AttributeSetImpl, IndexAttrPair> {214 void operator=(const AttributeSetImpl &) = delete;215 AttributeSetImpl(const AttributeSetImpl &) = delete;217 AttributeSetImpl(LLVMContext &C, in AttributeSetImpl() function
574 uint64_t AttributeSetImpl::Raw(unsigned Index) const { in Raw()605 void AttributeSetImpl::dump() const { in dump()606 AttributeSet(const_cast<AttributeSetImpl *>(this)).dump(); in dump()618 AttributeSetImpl::Profile(ID, Attrs); in getImpl()621 AttributeSetImpl *PA = pImpl->AttrsLists.FindNodeOrInsertPos(ID, InsertPoint); in getImpl()628 AttributeSetImpl::totalSizeToAlloc<IndexAttrPair>(Attrs.size())); in getImpl()629 PA = new (Mem) AttributeSetImpl(C, Attrs); in getImpl()736 AttributeSetImpl *A0 = Attrs[0].pImpl; in get()744 AttributeSetImpl *AS = Attrs[I].pImpl; in get()845 for (AttributeSetImpl::iterator II = Attrs.pImpl->begin(I), in addAttributes()[all …]
134 for (FoldingSetIterator<AttributeSetImpl> I = AttrsLists.begin(), in ~LLVMContextImpl()136 FoldingSetIterator<AttributeSetImpl> Elem = I++; in ~LLVMContextImpl()
925 FoldingSet<AttributeSetImpl> AttrsLists;
32 class AttributeSetImpl; variable182 friend class AttributeSetImpl; variable187 AttributeSetImpl *pImpl;203 explicit AttributeSet(AttributeSetImpl *LI) : pImpl(LI) {} in AttributeSet()371 return AttributeSet(reinterpret_cast<AttributeSetImpl*>(Val));376 return AttributeSet(reinterpret_cast<AttributeSetImpl*>(Val));
86 %"class.llvm::AttributeSet" = type { %"class.llvm::AttributeSetImpl"* }87 %"class.llvm::AttributeSetImpl" = type opaque
50 %"class.llvm::AttributeSet" = type { %"class.llvm::AttributeSetImpl"* }51 %"class.llvm::AttributeSetImpl" = type opaque