Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h106 size_t getNumAttributes() const { in getNumAttributes() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAttributeImpl.h176 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
H A DAttributes.cpp574 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet
575 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
H A DCore.cpp2367 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex()
2697 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp676 Index = AbbrDecl->getNumAttributes(); in attribute_iterator()
688 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DAttributes.h262 unsigned getNumAttributes() const;