Searched defs:getNumAttributes (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ | ||
H A D | DWARFAbbreviationDeclaration.h | 113 size_t getNumAttributes() const { in getNumAttributes() function |
/llvm-project/mlir/include/mlir/TableGen/ | ||
H A D | Operator.h | 179 int getNumAttributes() const { return attributes.size(); } getNumAttributes() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | AttributeImpl.h | 324 unsigned getNumAttributes() const { return NumAttrs; } getNumAttributes() function |
H A D | Attributes.cpp | 905 unsigned AttributeSet::getNumAttributes() const { getNumAttributes() function in AttributeSet |