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

  /external/llvm/lib/DebugInfo/
DWARFAbbreviationDeclaration.h 34 uint32_t getNumAttributes() const { return Attribute.size(); }
DWARFDebugInfoEntry.h 65 uint32_t getNumAttributes() const {
66 return !isNULL() ? AbbrevDecl->getNumAttributes() : 0;
DWARFDebugInfoEntry.cpp 44 const uint32_t numAttributes = AbbrevDecl->getNumAttributes();
113 const uint32_t numAttributes = AbbrevDecl->getNumAttributes();
250 const uint32_t numAttributes = AbbrevDecl->getNumAttributes();
  /external/llvm/lib/IR/
Attributes.cpp 498 for (unsigned I = 0, E = getNumAttributes(); I != E; ++I) {
675 uint64_t NumAttrs = pImpl->getNumAttributes();
691 for (unsigned I = 0, E = Attrs.pImpl->getNumAttributes(); I != E; ++I)
728 uint64_t NumAttrs = pImpl->getNumAttributes();
744 for (unsigned I = 0, E = Attrs.pImpl->getNumAttributes(); I != E; ++I)
813 for (unsigned I = 0, E = pImpl->getNumAttributes(); I != E; ++I)
855 for (unsigned I = 0, E = pImpl->getNumAttributes(); I != E; ++I)
882 return pImpl ? pImpl->getNumAttributes() : 0;
886 assert(pImpl && Slot < pImpl->getNumAttributes() &&
892 assert(pImpl && Slot < pImpl->getNumAttributes() &
    [all...]
AttributeImpl.h 225 unsigned getNumAttributes() const { return AttrNodes.size(); }

Completed in 70 milliseconds