Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DAttributes.cpp674 SmallVector<AttributeSet, 4> AttrSet; in addAttributes() local
684 AttrSet.push_back(getSlotAttributes(I)); in addAttributes()
699 AttrSet.push_back(AttributeSet::get(C, Idx, B)); in addAttributes()
703 AttrSet.push_back(getSlotAttributes(I)); in addAttributes()
705 return get(C, AttrSet); in addAttributes()
727 SmallVector<AttributeSet, 4> AttrSet; in removeAttributes() local
737 AttrSet.push_back(getSlotAttributes(I)); in removeAttributes()
750 AttrSet.push_back(AttributeSet::get(C, Idx, B)); in removeAttributes()
754 AttrSet.push_back(getSlotAttributes(I)); in removeAttributes()
756 return get(C, AttrSet); in removeAttributes()
/external/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