Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceAttributes.cpp100 AttrsToPreserve.reserve(AS.getNumAttributes()); in visitAttributeSet()
135 AttributeCount += AS.getNumAttributes(); in visitAttributeSet()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h105 size_t getNumAttributes() const { in getNumAttributes() function
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DOperator.h138 int getNumAttributes() const { return attributes.size(); } in getNumAttributes() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributeImpl.h240 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
H A DAttributes.cpp686 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet
687 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
H A DCore.cpp2444 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex()
2858 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
H A DVerifier.cpp1767 Check(Attrs.getNumAttributes() == 1, in verifyParameterAttrs()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp668 Index = AbbrDecl->getNumAttributes(); in attribute_iterator()
680 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDocGen.cpp162 if (op.getNumAttributes() != 0) { in emitOpDoc()
H A DSPIRVUtilsGen.cpp705 if (op.getNumAttributes() == 0 && op.getNumVariableLengthOperands() == 0) { in emitSerializationFunction()
977 if (op.getNumAttributes() == 0 && op.getNumVariableLengthOperands() == 0) { in emitDeserializationFunction()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.h347 unsigned getNumAttributes() const;
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp734 size_t NumOfAttributes = AbbrevDecl->getNumAttributes(); in insertNewEntry()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugInfoTest.cpp1869 if (it->getNumAttributes() == 0)