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

  /external/llvm/lib/IR/
AttributeImpl.h 240 AttributeSetNode *getSlotNode(unsigned Slot) const {
245 iterator begin(unsigned Slot) const { return getSlotNode(Slot)->begin(); }
246 iterator end(unsigned Slot) const { return getSlotNode(Slot)->end(); }
Attributes.cpp 485 const AttributeSetNode *ASN = getSlotNode(I);
875 return pImpl->getSlotNode(I);
    [all...]

Completed in 50 milliseconds