HomeSort by relevance Sort by last modified time
    Searched refs:getNumAttributes (Results 1 - 3 of 3) 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;
DWARFDebugInfoEntry.cpp 43 const uint32_t numAttributes = AbbrevDecl->getNumAttributes();
112 const uint32_t numAttributes = AbbrevDecl->getNumAttributes();
233 const uint32_t numAttributes = AbbrevDecl->getNumAttributes();

Completed in 174 milliseconds