Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFDebugInfoEntry.h65 uint32_t getNumAttributes() const { in getNumAttributes() function
66 return !isNULL() ? AbbrevDecl->getNumAttributes() : 0; in getNumAttributes()
DDWARFAbbreviationDeclaration.h34 uint32_t getNumAttributes() const { return Attribute.size(); } in getNumAttributes() function
DDWARFDebugInfoEntry.cpp44 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); in dump()
113 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); in extractFast()
250 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); in extract()
/external/llvm/lib/IR/
DAttributes.cpp498 for (unsigned I = 0, E = getNumAttributes(); I != E; ++I) { in Raw()
675 uint64_t NumAttrs = pImpl->getNumAttributes(); in addAttributes()
691 for (unsigned I = 0, E = Attrs.pImpl->getNumAttributes(); I != E; ++I) in addAttributes()
728 uint64_t NumAttrs = pImpl->getNumAttributes(); in removeAttributes()
744 for (unsigned I = 0, E = Attrs.pImpl->getNumAttributes(); I != E; ++I) in removeAttributes()
813 for (unsigned I = 0, E = pImpl->getNumAttributes(); I != E; ++I) in hasAttrSomewhere()
855 for (unsigned I = 0, E = pImpl->getNumAttributes(); I != E; ++I) in getAttributes()
882 return pImpl ? pImpl->getNumAttributes() : 0; in getNumSlots()
886 assert(pImpl && Slot < pImpl->getNumAttributes() && in getSlotIndex()
892 assert(pImpl && Slot < pImpl->getNumAttributes() && in getSlotAttributes()
[all …]
DAttributeImpl.h225 unsigned getNumAttributes() const { return AttrNodes.size(); } in getNumAttributes() function