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 70 uint32_t getNumAttributes() const {
71 return !isNULL() ? AbbrevDecl->getNumAttributes() : 0;
DWARFDebugInfoEntry.cpp 44 const uint32_t numAttributes = AbbrevDecl->getNumAttributes();
113 for (uint32_t i = 0, n = AbbrevDecl->getNumAttributes(); i < n; ++i) {
158 for (uint32_t i = 0, n = AbbrevDecl->getNumAttributes(); i < n; ++i) {
  /external/llvm/lib/IR/
Attributes.cpp 483 for (unsigned I = 0, E = getNumAttributes(); I != E; ++I) {
633 AttrNodeVec.append(A0->getNode(0), A0->getNode(A0->getNumAttributes()));
645 *AE = AS->getNode(AS->getNumAttributes());
693 uint64_t NumAttrs = pImpl->getNumAttributes();
709 for (unsigned I = 0, E = Attrs.pImpl->getNumAttributes(); I != E; ++I)
746 uint64_t NumAttrs = pImpl->getNumAttributes();
762 for (unsigned I = 0, E = Attrs.pImpl->getNumAttributes(); I != E; ++I)
831 for (unsigned I = 0, E = pImpl->getNumAttributes(); I != E; ++I)
873 for (unsigned I = 0, E = pImpl->getNumAttributes(); I != E; ++I)
900 return pImpl ? pImpl->getNumAttributes() : 0
    [all...]
AttributeImpl.h 221 unsigned getNumAttributes() const { return NumAttrs; }
249 Profile(ID, makeArrayRef(getNode(0), getNumAttributes()));

Completed in 79 milliseconds