Home
last modified time | relevance | path

Searched refs:getNumAttributes (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugInfoEntry.h56 uint32_t getNumAttributes() const { in getNumAttributes() function
57 return !isNULL() ? AbbrevDecl->getNumAttributes() : 0; in getNumAttributes()
DDWARFDebugInfoEntry.cpp43 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); in dump()
112 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); in extractFast()
233 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); in extract()
DDWARFAbbreviationDeclaration.h34 uint32_t getNumAttributes() const { return Attributes.size(); } in getNumAttributes() function
/external/llvm/lib/IR/
DAttributeImpl.h181 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function