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

/external/llvm/lib/IR/
H A DAttributeImpl.h240 AttributeSetNode *getSlotNode(unsigned Slot) const { function in class:llvm::AttributeSetImpl
245 iterator begin(unsigned Slot) const { return getSlotNode(Slot)->begin(); }
246 iterator end(unsigned Slot) const { return getSlotNode(Slot)->end(); }
H A DAttributes.cpp485 const AttributeSetNode *ASN = getSlotNode(I);
875 return pImpl->getSlotNode(I);

Completed in 293 milliseconds