Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DAttributes.cpp575 for (unsigned I = 0, E = getNumAttributes(); I != E; ++I) { in Raw()
738 AttrNodeVec.append(A0->getNode(0), A0->getNode(A0->getNumAttributes())); in get()
749 *AE = AS->getNode(AS->getNumAttributes()); in get()
784 unsigned I = 0, E = pImpl ? pImpl->getNumAttributes() : 0; in addAttribute()
827 uint64_t NumAttrs = pImpl->getNumAttributes(); in addAttributes()
843 for (unsigned I = 0, E = Attrs.pImpl->getNumAttributes(); I != E; ++I) in addAttributes()
878 uint64_t NumAttrs = pImpl->getNumAttributes(); in removeAttributes()
894 for (unsigned I = 0, E = Attrs.pImpl->getNumAttributes(); I != E; ++I) in removeAttributes()
919 uint64_t NumAttrs = pImpl->getNumAttributes(); in removeAttributes()
1014 for (unsigned I = 0, E = pImpl->getNumAttributes(); I != E; ++I) in hasAttrSomewhere()
[all …]
DAttributeImpl.h238 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
266 Profile(ID, makeArrayRef(getNode(0), getNumAttributes())); in Profile()