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 65 uint32_t getNumAttributes() const {
66 return !isNULL() ? AbbrevDecl->getNumAttributes() : 0;
  /external/llvm/lib/IR/
AttributeImpl.h 225 unsigned getNumAttributes() const { return AttrNodes.size(); }

Completed in 56 milliseconds