Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Support/
HDGCOV.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 errs() << "Unexpected version: " << VersionStr << ".\n"; in readGCOVVersion()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDTargets.cpp4081 StringRef VersionStr; in shouldUseInlineAtomic() local
4083 VersionStr = ArchName.substr(4, 1); in shouldUseInlineAtomic()
4085 VersionStr = ArchName.substr(6, 1); in shouldUseInlineAtomic()
4089 if (VersionStr.getAsInteger(10, Version)) in shouldUseInlineAtomic()
4095 StringRef VersionStr; in shouldUseInlineAtomic() local
4097 VersionStr = ArchName.substr(6, 1); in shouldUseInlineAtomic()
4099 VersionStr = ArchName.substr(8, 1); in shouldUseInlineAtomic()
4103 if (VersionStr.getAsInteger(10, Version)) in shouldUseInlineAtomic()