Searched refs:AttributeSetImpl (Results 1 – 7 of 7) sorted by relevance
188 class AttributeSetImpl : public FoldingSetNode {202 void operator=(const AttributeSetImpl &) LLVM_DELETED_FUNCTION;203 AttributeSetImpl(const AttributeSetImpl &) LLVM_DELETED_FUNCTION;205 AttributeSetImpl(LLVMContext &C, in AttributeSetImpl() function
536 uint64_t AttributeSetImpl::Raw(unsigned Index) const { in Raw()567 void AttributeSetImpl::dump() const { in dump()568 AttributeSet(const_cast<AttributeSetImpl *>(this)).dump(); in dump()580 AttributeSetImpl::Profile(ID, Attrs); in getImpl()583 AttributeSetImpl *PA = pImpl->AttrsLists.FindNodeOrInsertPos(ID, InsertPoint); in getImpl()589 void *Mem = ::operator new(sizeof(AttributeSetImpl) + in getImpl()592 PA = new (Mem) AttributeSetImpl(C, Attrs); in getImpl()692 AttributeSetImpl *A0 = Attrs[0].pImpl; in get()700 AttributeSetImpl *AS = Attrs[I].pImpl; in get()704 for (const AttributeSetImpl::IndexAttrPair in get()[all …]
133 for (FoldingSetIterator<AttributeSetImpl> I = AttrsLists.begin(), in ~LLVMContextImpl()135 FoldingSetIterator<AttributeSetImpl> Elem = I++; in ~LLVMContextImpl()
283 FoldingSet<AttributeSetImpl> AttrsLists;
32 class AttributeSetImpl; variable220 friend class AttributeSetImpl; variable225 AttributeSetImpl *pImpl;242 explicit AttributeSet(AttributeSetImpl *LI) : pImpl(LI) {} in AttributeSet()383 return AttributeSet(reinterpret_cast<AttributeSetImpl*>(Val));388 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