Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp541 static const char *TestingFormatMagic = "llvmcovmtestdata"; variable
550 Data = Data.substr(StringRef(TestingFormatMagic).size()); in loadTestingFormat()
653 if (ObjectBuffer->getBuffer().startswith(TestingFormatMagic)) in create()