Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp823 static const char *TestingFormatMagic = "llvmcovmtestdata"; variable
866 Data = Data.substr(StringRef(TestingFormatMagic).size()); in loadTestingFormat()
1048 if (ObjectBuffer.getBuffer().startswith(TestingFormatMagic)) { in create()