HomeSort by: relevance | last modified time | path
    Searched refs:getNumAttributes (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
ReduceAttributes.cpp 100 AttrsToPreserve.reserve(AS.getNumAttributes());
135 AttributeCount += AS.getNumAttributes();
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 105 size_t getNumAttributes() const {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AttributeImpl.h 240 unsigned getNumAttributes() const { return NumAttrs; }
Attributes.cpp 794 unsigned AttributeSet::getNumAttributes() const {
795 return SetNode ? SetNode->getNumAttributes() : 0;
Core.cpp 2457 return AS.getNumAttributes();
2866 return AS.getNumAttributes();
Verifier.cpp 1772 Assert(Attrs.getNumAttributes() == 1,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDie.cpp 701 Index = AbbrDecl->getNumAttributes();
713 auto NumAttrs = AbbrDecl.getNumAttributes();
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h 311 unsigned getNumAttributes() const;

Completed in 23 milliseconds