Lines Matching refs:AttributeSetImpl
648 uint64_t AttributeSetImpl::Raw(unsigned Index) const { in Raw()
681 LLVM_DUMP_METHOD void AttributeSetImpl::dump() const { in dump()
682 AttributeSet(const_cast<AttributeSetImpl *>(this)).dump(); in dump()
694 AttributeSetImpl::Profile(ID, Attrs); in getImpl()
697 AttributeSetImpl *PA = pImpl->AttrsLists.FindNodeOrInsertPos(ID, InsertPoint); in getImpl()
704 AttributeSetImpl::totalSizeToAlloc<IndexAttrPair>(Attrs.size())); in getImpl()
705 PA = new (Mem) AttributeSetImpl(C, Attrs); in getImpl()
826 AttributeSetImpl *A0 = Attrs[0].pImpl; in get()
834 AttributeSetImpl *AS = Attrs[I].pImpl; in get()
928 for (AttributeSetImpl::iterator II = Attrs.pImpl->begin(I), in addAttributes()
1116 for (AttributeSetImpl::iterator II = pImpl->begin(I), in hasAttrSomewhere()
1240 AttributeSetImpl *pImpl = AS.pImpl; in AttrBuilder()
1246 for (AttributeSetImpl::iterator II = pImpl->begin(I), in AttrBuilder()