Home
last modified time | relevance | path

Searched refs:AttributeSetImpl (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAttributeImpl.h188 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
H A DAttributes.cpp536 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 …]
H A DLLVMContextImpl.cpp133 for (FoldingSetIterator<AttributeSetImpl> I = AttrsLists.begin(), in ~LLVMContextImpl()
135 FoldingSetIterator<AttributeSetImpl> Elem = I++; in ~LLVMContextImpl()
H A DLLVMContextImpl.h283 FoldingSet<AttributeSetImpl> AttrsLists;
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h32 class AttributeSetImpl; variable
220 friend class AttributeSetImpl; variable
225 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));
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/
H A Dpr15031.ll86 %"class.llvm::AttributeSet" = type { %"class.llvm::AttributeSetImpl"* }
87 %"class.llvm::AttributeSetImpl" = type opaque
H A Dtoc-load-sched-bug.ll50 %"class.llvm::AttributeSet" = type { %"class.llvm::AttributeSetImpl"* }
51 %"class.llvm::AttributeSetImpl" = type opaque