HomeSort by relevance Sort by last modified time
    Searched refs:MismatchedFunctionCount (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 435 unsigned MismatchedFunctionCount;
437 CoverageMapping() : MismatchedFunctionCount(0) {}
454 unsigned getMismatchedCount() { return MismatchedFunctionCount; }
  /external/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 200 Coverage->MismatchedFunctionCount++;
226 Coverage->MismatchedFunctionCount++;

Completed in 376 milliseconds