Home | History | Annotate | Download | only in IR

Lines Matching refs:AttributeSetImpl

12 // AttributeSetImpl, and AttributeSet classes.
496 // AttributeSetImpl Definition
499 uint64_t AttributeSetImpl::Raw(unsigned Index) const {
528 void AttributeSetImpl::dump() const {
529 AttributeSet(const_cast<AttributeSetImpl *>(this)).dump();
541 AttributeSetImpl::Profile(ID, Attrs);
544 AttributeSetImpl *PA = pImpl->AttrsLists.FindNodeOrInsertPos(ID, InsertPoint);
549 // Coallocate entries after the AttributeSetImpl itself.
550 void *Mem = ::operator new(sizeof(AttributeSetImpl) +
553 PA = new (Mem) AttributeSetImpl(C, Attrs);
649 AttributeSetImpl *A0 = Attrs[0].pImpl;
657 AttributeSetImpl *AS = Attrs[I].pImpl;
661 for (const AttributeSetImpl::IndexAttrPair
729 for (AttributeSetImpl::iterator II = Attrs.pImpl->begin(I),
850 for (AttributeSetImpl::iterator II = pImpl->begin(I),
960 AttributeSetImpl *pImpl = AS.pImpl;
966 for (AttributeSetImpl