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

/external/llvm/lib/IR/
H A DAttributeImpl.h243 AttributeSetNode *getSlotNode(unsigned Slot) const { function in class:llvm::AttributeSetImpl
248 iterator begin(unsigned Slot) const { return getSlotNode(Slot)->begin(); }
249 iterator end(unsigned Slot) const { return getSlotNode(Slot)->end(); }
H A DAttributes.cpp502 const AttributeSetNode *ASN = getSlotNode(I);
893 return pImpl->getSlotNode(I);

Completed in 103 milliseconds