Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugAbbrevTest.cpp76 EXPECT_EQ(Abbrev5->getNumAttributes(), 1u); in TEST()
83 EXPECT_EQ(Abbrev6->getNumAttributes(), 1u); in TEST()
106 EXPECT_EQ(Abbrev2->getNumAttributes(), 1u); in TEST()
113 EXPECT_EQ(Abbrev1->getNumAttributes(), 1u); in TEST()
H A DDWARFDebugInfoTest.cpp1976 if (it->getNumAttributes() == 0)
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h113 size_t getNumAttributes() const { in getNumAttributes() function
/llvm-project/mlir/include/mlir/TableGen/
H A DOperator.h180 int getNumAttributes() const { return attributes.size(); } in getNumNativeAttributes()
179 int getNumAttributes() const { return attributes.size(); } getNumAttributes() function
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp695 Index = AbbrDecl->getNumAttributes(); in updateForIndex()
707 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h327 unsigned getNumAttributes() const { return NumAttrs; } in hasAttribute()
324 unsigned getNumAttributes() const { return NumAttrs; } getNumAttributes() function
H A DAttributes.cpp1107 unsigned AttributeSet::getNumAttributes() const { in getAttribute()
1108 return SetNode ? SetNode->getNumAttributes() : 0;
905 unsigned AttributeSet::getNumAttributes() const { getNumAttributes() function in AttributeSet
H A DCore.cpp2578 return AS.getNumAttributes(); in LLVMGetLastParam()
3045 return AS.getNumAttributes(); in LLVMGetCallBrNumIndirectDests()
H A DVerifier.cpp1949 Check(Attrs.getNumAttributes() == 1, in verifyParameterAttrs()
/llvm-project/mlir/tools/mlir-tblgen/
H A DSPIRVUtilsGen.cpp741 if (op.getNumAttributes() == 0 && op.getNumVariableLengthOperands() == 0) { in emitSerializationFunction()
1023 if (op.getNumAttributes() == 0 && op.getNumVariableLengthOperands() == 0) { in emitDeserializationFunction()
H A DOpDocGen.cpp216 if (op.getNumAttributes() != 0) { in emitOpDoc()
/llvm-project/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp650 Score += AttrSet.getNumAttributes(); in computeIRComplexityScoreImpl()
/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h409 unsigned getNumAttributes() const;
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp579 assert(AS.getNumAttributes() == 1 && in getOrCreateRuntimeFunction()