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

/external/llvm/lib/IR/
H A DAttributes.cpp500 for (unsigned I = 0, E = getNumAttributes(); I != E; ++I) {
651 AttrNodeVec.append(A0->getNode(0), A0->getNode(A0->getNumAttributes()));
663 *AE = AS->getNode(AS->getNumAttributes());
711 uint64_t NumAttrs = pImpl->getNumAttributes();
727 for (unsigned I = 0, E = Attrs.pImpl->getNumAttributes(); I != E; ++I)
764 uint64_t NumAttrs = pImpl->getNumAttributes();
780 for (unsigned I = 0, E = Attrs.pImpl->getNumAttributes(); I != E; ++I)
849 for (unsigned I = 0, E = pImpl->getNumAttributes(); I != E; ++I)
891 for (unsigned I = 0, E = pImpl->getNumAttributes(); I != E; ++I)
918 return pImpl ? pImpl->getNumAttributes()
[all...]
H A DAttributeImpl.h224 unsigned getNumAttributes() const { return NumAttrs; } function in class:llvm::AttributeSetImpl
252 Profile(ID, makeArrayRef(getNode(0), getNumAttributes()));

Completed in 73 milliseconds