Searched refs:AttributeSetImpl (Results 1 – 10 of 10) 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
188 class AttributeSetImpl : public FoldingSetNode {202 void operator=(const AttributeSetImpl &) = delete;203 AttributeSetImpl(const AttributeSetImpl &) = delete;205 AttributeSetImpl(LLVMContext &C, in AttributeSetImpl() function
549 uint64_t AttributeSetImpl::Raw(unsigned Index) const { in Raw()580 void AttributeSetImpl::dump() const { in dump()581 AttributeSet(const_cast<AttributeSetImpl *>(this)).dump(); in dump()593 AttributeSetImpl::Profile(ID, Attrs); in getImpl()596 AttributeSetImpl *PA = pImpl->AttrsLists.FindNodeOrInsertPos(ID, InsertPoint); in getImpl()602 void *Mem = ::operator new(sizeof(AttributeSetImpl) + in getImpl()605 PA = new (Mem) AttributeSetImpl(C, Attrs); in getImpl()709 AttributeSetImpl *A0 = Attrs[0].pImpl; in get()717 AttributeSetImpl *AS = Attrs[I].pImpl; in get()721 for (const AttributeSetImpl::IndexAttrPair in get()[all …]
132 for (FoldingSetIterator<AttributeSetImpl> I = AttrsLists.begin(), in ~LLVMContextImpl()134 FoldingSetIterator<AttributeSetImpl> Elem = I++; in ~LLVMContextImpl()
878 FoldingSet<AttributeSetImpl> AttrsLists;
32 class AttributeSetImpl; variable227 friend class AttributeSetImpl; variable232 AttributeSetImpl *pImpl;249 explicit AttributeSet(AttributeSetImpl *LI) : pImpl(LI) {} in AttributeSet()405 return AttributeSet(reinterpret_cast<AttributeSetImpl*>(Val));410 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
META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...