Searched refs:TestingFormatMagic (Results 1 – 1 of 1) sorted by relevance
823 static const char *TestingFormatMagic = "llvmcovmtestdata"; variable866 Data = Data.substr(StringRef(TestingFormatMagic).size()); in loadTestingFormat()1078 if (ObjectBuffer.getBuffer().startswith(TestingFormatMagic)) { in create()