Home
last modified time | relevance | path

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

/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.h179 int getNumAttributes() const { return attributes.size(); } getNumAttributes() function
/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h324 unsigned getNumAttributes() const { return NumAttrs; } getNumAttributes() function
H A DAttributes.cpp905 unsigned AttributeSet::getNumAttributes() const { getNumAttributes() function in AttributeSet