Searched refs:AttributeSetImpl (Results 1 – 9 of 9) 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
218 class AttributeSetImpl final220 private TrailingObjects<AttributeSetImpl, IndexAttrPair> {239 void operator=(const AttributeSetImpl &) = delete;240 AttributeSetImpl(const AttributeSetImpl &) = delete;242 AttributeSetImpl(LLVMContext &C, in AttributeSetImpl() function
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()[all …]
115 for (FoldingSetIterator<AttributeSetImpl> I = AttrsLists.begin(), in ~LLVMContextImpl()117 FoldingSetIterator<AttributeSetImpl> Elem = I++; in ~LLVMContextImpl()
1057 FoldingSet<AttributeSetImpl> AttrsLists;
34 class AttributeSetImpl; variable212 friend class AttributeSetImpl; variable218 AttributeSetImpl *pImpl;234 explicit AttributeSet(AttributeSetImpl *LI) : pImpl(LI) {} in AttributeSet()425 return AttributeSet(reinterpret_cast<AttributeSetImpl*>(Val));430 return AttributeSet(reinterpret_cast<AttributeSetImpl*>(Val));
34 class AttributeSetImpl; variable212 friend class AttributeSetImpl; variable217 AttributeSetImpl *pImpl;233 explicit AttributeSet(AttributeSetImpl *LI) : pImpl(LI) {} in AttributeSet()423 return AttributeSet(reinterpret_cast<AttributeSetImpl*>(Val));428 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