Searched refs:MismatchedFunctionCount (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ProfileData/
H A DCoverageMapping.h400 unsigned MismatchedFunctionCount; member in class:llvm::coverage::CoverageMapping
402 CoverageMapping() : MismatchedFunctionCount(0) {}
419 unsigned getMismatchedCount() { return MismatchedFunctionCount; }
/external/llvm/lib/ProfileData/
H A DCoverageMapping.cpp197 Coverage->MismatchedFunctionCount++;
219 Coverage->MismatchedFunctionCount++;

Completed in 62 milliseconds