HomeSort by relevance Sort by last modified time
    Searched refs:AttrSet (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/include/mcld/MC/
AttributeSet.h 30 typedef std::vector<Attribute*> AttrSet;
33 typedef AttrSet::iterator iterator;
34 typedef AttrSet::const_iterator const_iterator;
55 AttrSet m_AttrSet;
  /external/llvm/lib/IR/
Attributes.cpp 674 SmallVector<AttributeSet, 4> AttrSet;
684 AttrSet.push_back(getSlotAttributes(I));
699 AttrSet.push_back(AttributeSet::get(C, Idx, B));
703 AttrSet.push_back(getSlotAttributes(I));
705 return get(C, AttrSet);
727 SmallVector<AttributeSet, 4> AttrSet;
737 AttrSet.push_back(getSlotAttributes(I));
750 AttrSet.push_back(AttributeSet::get(C, Idx, B));
754 AttrSet.push_back(getSlotAttributes(I));
756 return get(C, AttrSet);
    [all...]
  /external/clang/lib/ARCMigrate/
Transforms.h 97 llvm::DenseSet<unsigned> AttrSet;
TransGCAttrs.cpp 89 if (MigrateCtx.AttrSet.count(RawLoc))
111 MigrateCtx.AttrSet.insert(RawLoc);

Completed in 150 milliseconds