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

  /external/llvm/lib/DebugInfo/
DWARFAbbreviationDeclaration.h 34 uint32_t getNumAttributes() const { return Attributes.size(); }
DWARFDebugInfoEntry.h 56 uint32_t getNumAttributes() const {
57 return !isNULL() ? AbbrevDecl->getNumAttributes() : 0;

Completed in 145 milliseconds