Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h105 size_t getNumAttributes() const { in getNumAttributes() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h240 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
H A DAttributes.cpp655 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet
656 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
H A DCore.cpp2468 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex()
2877 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
H A DVerifier.cpp1699 Assert(Attrs.getNumAttributes() == 1, in verifyParameterAttrs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp716 Index = AbbrDecl->getNumAttributes(); in attribute_iterator()
728 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h323 unsigned getNumAttributes() const;