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.h113 size_t getNumAttributes() const { in getNumAttributes() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp677 Index = AbbrDecl->getNumAttributes(); in attribute_iterator()
689 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h324 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
H A DAttributes.cpp905 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet
906 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
H A DCore.cpp2566 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex()
3001 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
H A DVerifier.cpp1937 Check(Attrs.getNumAttributes() == 1, in verifyParameterAttrs()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h387 unsigned getNumAttributes() const;
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp540 assert(AS.getNumAttributes() == 1 && in addAttributes()