Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceAttributes.cpp100 AttrsToPreserve.reserve(AS.getNumAttributes()); in visitAttributeSet()
135 AttributeCount += AS.getNumAttributes(); in visitAttributeSet()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h105 size_t getNumAttributes() const { in getNumAttributes() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp701 Index = AbbrDecl->getNumAttributes(); in attribute_iterator()
713 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributeImpl.h240 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
H A DAttributes.cpp794 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet
795 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
H A DCore.cpp2457 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex()
2866 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
H A DVerifier.cpp1772 Assert(Attrs.getNumAttributes() == 1, in verifyParameterAttrs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h311 unsigned getNumAttributes() const;