Searched refs:AttrListPtr (Results 1 – 5 of 5) sorted by relevance
32 class AttrListPtr; variable56 std::vector<AttrListPtr> Attributes;97 unsigned getAttributeID(const AttrListPtr &PAL) const { in getAttributeID()120 const std::vector<AttrListPtr> &getAttributes() const { in getAttributes()145 void EnumerateAttributes(const AttrListPtr &PAL);
386 void ValueEnumerator::EnumerateAttributes(const AttrListPtr &PAL) { in EnumerateAttributes()
131 const std::vector<AttrListPtr> &Attrs = VE.getAttributes(); in WriteAttributeTable()138 const AttrListPtr &A = Attrs[i]; in WriteAttributeTable()
150 std::vector<AttrListPtr> MAttributes;236 AttrListPtr getAttributes(unsigned i) const { in getAttributes()239 return AttrListPtr(); in getAttributes()
51 std::vector<AttrListPtr>().swap(MAttributes); in FreeState()488 MAttributes.push_back(AttrListPtr::get(Attrs.begin(), Attrs.end())); in ParseAttributeBlock()2475 AttrListPtr PAL = getAttributes(Record[0]); in ParseFunctionBody()2641 AttrListPtr PAL = getAttributes(Record[0]); in ParseFunctionBody()