Searched refs:AttrSet (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/IR/ |
D | Attributes.cpp | 869 SmallVector<AttributeSet, 4> AttrSet; in addAttribute() local 873 AttrSet.emplace_back(getSlotAttributes(I++)); in addAttribute() 875 AttrSet.emplace_back(AttributeSet::get(C, std::make_pair(*IdxI++, A))); in addAttribute() 879 AttrSet.emplace_back(AttributeSet::get(C, *IdxI, B)); in addAttribute() 886 AttrSet.emplace_back(getSlotAttributes(I++)); in addAttribute() 889 AttrSet.emplace_back(AttributeSet::get(C, std::make_pair(*IdxI++, A))); in addAttribute() 891 return get(C, AttrSet); in addAttribute() 909 SmallVector<AttributeSet, 4> AttrSet; in addAttributes() local 919 AttrSet.push_back(getSlotAttributes(I)); in addAttributes() 934 AttrSet.push_back(AttributeSet::get(C, Index, B)); in addAttributes() [all …]
|
/external/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 89 if (MigrateCtx.AttrSet.count(RawLoc)) in handleAttr() 111 MigrateCtx.AttrSet.insert(RawLoc); in handleAttr()
|
D | Transforms.h | 97 llvm::DenseSet<unsigned> AttrSet; variable
|