Home
last modified time | relevance | path

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

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