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

  /external/llvm/lib/IR/
AttributeImpl.h 188 typedef std::pair<unsigned, AttributeSetNode*> IndexAttrPair;
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));
Attributes.cpp 643 for (const AttributeSetImpl::IndexAttrPair
    [all...]

Completed in 69 milliseconds