Home
last modified time | relevance | path

Searched refs:IndexAttrPair (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/IR/
DAttributeImpl.h212 typedef std::pair<unsigned, AttributeSetNode *> IndexAttrPair; typedef
220 private TrailingObjects<AttributeSetImpl, IndexAttrPair> {
231 size_t numTrailingObjects(OverloadToken<IndexAttrPair>) { return NumSlots; } in numTrailingObjects() argument
234 const IndexAttrPair *getNode(unsigned Slot) const { in getNode()
235 return getTrailingObjects<IndexAttrPair>() + Slot; in getNode()
259 std::copy(Slots.begin(), Slots.end(), getTrailingObjects<IndexAttrPair>()); in AttributeSetImpl()
DAttributes.cpp704 AttributeSetImpl::totalSizeToAlloc<IndexAttrPair>(Attrs.size())); in getImpl()
838 for (const IndexAttrPair *AI = AS->getNode(0), in get()