Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp825 static const char *TestingFormatMagic = "llvmcovmtestdata"; variable
868 Data = Data.substr(StringRef(TestingFormatMagic).size()); in loadTestingFormat()
1080 if (ObjectBuffer.getBuffer().startswith(TestingFormatMagic)) { in create()