Home
last modified time | relevance | path

Searched defs:getNumAttributes (Results 1 – 4 of 4) sorted by relevance

/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