Searched refs:TestingFormatMagic (Results 1 – 1 of 1) sorted by relevance
396 static const char *TestingFormatMagic = "llvmcovmtestdata"; variable406 Data = Data.substr(StringRef(TestingFormatMagic).size()); in loadTestingFormat()500 if (ObjectBuffer->getBuffer().startswith(TestingFormatMagic)) in create()