Home
last modified time | relevance | path

Searched refs:FoundSectionCount (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-cov/
DTestingSupport.cpp51 int FoundSectionCount = 0; in convertForTestingMain() local
63 ++FoundSectionCount; in convertForTestingMain()
65 if (FoundSectionCount != 2) in convertForTestingMain()
/external/llvm/lib/ProfileData/
DCoverageMappingReader.cpp464 int FoundSectionCount = 0; in loadBinaryFormat() local
476 ++FoundSectionCount; in loadBinaryFormat()
478 if (FoundSectionCount != 2) in loadBinaryFormat()