Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h105 size_t getNumAttributes() const { in getNumAttributes() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributeImpl.h247 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
H A DAttributes.cpp756 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet
757 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
H A DCore.cpp2423 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex()
2836 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
H A DVerifier.cpp1801 Check(Attrs.getNumAttributes() == 1, in verifyParameterAttrs()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp663 Index = AbbrDecl->getNumAttributes(); in attribute_iterator()
675 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp603 Score += AttrSet.getNumAttributes(); in computeIRComplexityScoreImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h352 unsigned getNumAttributes() const;
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp349 assert(AS.getNumAttributes() == 1 && in addAttributes()