Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp587 static const char *TestingFormatMagic = "llvmcovmtestdata"; variable
627 Data = Data.substr(StringRef(TestingFormatMagic).size()); in loadTestingFormat()
738 if (ObjectBuffer.getBuffer().startswith(TestingFormatMagic)) { in create()