Searched refs:VersionStr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DGCOV.h82 StringRef VersionStr = Buffer->getBuffer().slice(Cursor, Cursor + 4); local
83 if (VersionStr == "*204") {
88 if (VersionStr == "*404") {
93 if (VersionStr == "*704") {
98 errs() << "Unexpected version: " << VersionStr << ".\n";

Completed in 363 milliseconds