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

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 1015 unsigned NumMethodPoolTableLookups = 0;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 7776 if (NumMethodPoolTableLookups)
7778 NumMethodPoolTableHits, NumMethodPoolTableLookups,
7779 ((float)NumMethodPoolTableHits/NumMethodPoolTableLookups
8146 ++Reader.NumMethodPoolTableLookups;

Completed in 58 milliseconds