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

/external/llvm/lib/IR/
H A DAttributeImpl.h188 typedef std::pair<unsigned, AttributeSetNode*> IndexAttrPair; typedef in class:llvm::AttributeSetImpl
191 /// \brief Return a pointer to the IndexAttrPair for the specified slot.
192 const IndexAttrPair *getNode(unsigned Slot) const {
193 return reinterpret_cast<const IndexAttrPair *>(this + 1) + Slot;
214 reinterpret_cast<IndexAttrPair *>(this + 1));
H A DAttributes.cpp643 for (const AttributeSetImpl::IndexAttrPair

Completed in 53 milliseconds