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

  /external/llvm/lib/IR/
AttributeImpl.h 211 SmallVector<IndexAttrPair, 4> AttrNodes;
219 : Context(C), AttrNodes(attrs.begin(), attrs.end()) {}
225 unsigned getNumAttributes() const { return AttrNodes.size(); }
227 /// \brief Get the index of the given "slot" in the AttrNodes list. This index
229 /// attributes are applied to, not the index into the AttrNodes list where the
232 return AttrNodes[Slot].first;
236 /// \p Slot is an index into the AttrNodes list, not the index of the return /
239 return AttributeSet::get(Context, AttrNodes[Slot]);
245 return AttrNodes[Slot].second;
252 { return AttrNodes[Idx].second->begin();
    [all...]
Attributes.cpp 500 const AttributeSetNode *ASN = AttrNodes[I].second;
640 AttrNodeVec.append(AS.pImpl->AttrNodes.begin(), AS.pImpl->AttrNodes.end());
    [all...]

Completed in 205 milliseconds