Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h113 size_t getNumAttributes() const { in getNumAttributes() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h247 unsigned getNumAttributes() const { return NumAttrs; } getNumAttributes() function
H A DAttributes.cpp775 unsigned AttributeSet::getNumAttributes() const { getNumAttributes() function in AttributeSet