Home
last modified time | relevance | path

Searched refs:AttrSet (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/IR/
DAttributes.cpp699 SmallVector<AttributeSet, 4> AttrSet; in addAttributes() local
709 AttrSet.push_back(getSlotAttributes(I)); in addAttributes()
724 AttrSet.push_back(AttributeSet::get(C, Index, B)); in addAttributes()
728 AttrSet.push_back(getSlotAttributes(I)); in addAttributes()
730 return get(C, AttrSet); in addAttributes()
752 SmallVector<AttributeSet, 4> AttrSet; in removeAttributes() local
762 AttrSet.push_back(getSlotAttributes(I)); in removeAttributes()
775 AttrSet.push_back(AttributeSet::get(C, Index, B)); in removeAttributes()
779 AttrSet.push_back(getSlotAttributes(I)); in removeAttributes()
781 return get(C, AttrSet); in removeAttributes()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DTransGCAttrs.cpp89 if (MigrateCtx.AttrSet.count(RawLoc)) in handleAttr()
111 MigrateCtx.AttrSet.insert(RawLoc); in handleAttr()
DTransforms.h97 llvm::DenseSet<unsigned> AttrSet; variable