Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h114 size_t getNumAttributes() const { in getNumAttributes() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp696 Index = AbbrDecl->getNumAttributes(); in attribute_iterator()
708 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h321 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
H A DAttributes.cpp1114 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet
1115 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
H A DCore.cpp2577 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex()
3052 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
H A DVerifier.cpp2009 Attrs.getNumAttributes() - Attrs.hasAttribute(Attribute::Range); in verifyParameterAttrs()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h424 LLVM_ABI unsigned getNumAttributes() const;
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp558 assert(AS.getNumAttributes() == 1 && in addAttributes()