Searched refs:getNumAttributes (Results 1 – 2 of 2) sorted by relevance
537 for (unsigned I = 0, E = getNumAttributes(); I != E; ++I) { in Raw()694 AttrNodeVec.append(A0->getNode(0), A0->getNode(A0->getNumAttributes())); in get()706 *AE = AS->getNode(AS->getNumAttributes()); in get()754 uint64_t NumAttrs = pImpl->getNumAttributes(); in addAttributes()770 for (unsigned I = 0, E = Attrs.pImpl->getNumAttributes(); I != E; ++I) in addAttributes()807 uint64_t NumAttrs = pImpl->getNumAttributes(); in removeAttributes()823 for (unsigned I = 0, E = Attrs.pImpl->getNumAttributes(); I != E; ++I) in removeAttributes()892 for (unsigned I = 0, E = pImpl->getNumAttributes(); I != E; ++I) in hasAttrSomewhere()939 for (unsigned I = 0, E = pImpl->getNumAttributes(); I != E; ++I) in getAttributes()966 return pImpl ? pImpl->getNumAttributes() : 0; in getNumSlots()[all …]
226 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function254 Profile(ID, makeArrayRef(getNode(0), getNumAttributes())); in Profile()