HomeSort by relevance Sort by last modified time
    Searched defs:getNumAttributes (Results 1 - 3 of 3) 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;
  /external/llvm/lib/IR/
AttributeImpl.h 221 unsigned getNumAttributes() const { return NumAttrs; }
249 Profile(ID, makeArrayRef(getNode(0), getNumAttributes()));

Completed in 83 milliseconds