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 692 SmallVector<AttributeSet, 4> AttrSet;
702 AttrSet.push_back(getSlotAttributes(I));
717 AttrSet.push_back(AttributeSet::get(C, Index, B));
721 AttrSet.push_back(getSlotAttributes(I));
723 return get(C, AttrSet);
745 SmallVector<AttributeSet, 4> AttrSet;
755 AttrSet.push_back(getSlotAttributes(I));
768 AttrSet.push_back(AttributeSet::get(C, Index, B));
772 AttrSet.push_back(getSlotAttributes(I));
774 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 44 milliseconds