HomeSort by relevance Sort by last modified time
    Searched refs:VersionStr (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
CFBundle.h 17 std::string VersionStr = "1";
CFBundle.cpp 168 CFString::UTF8((CFStringRef)TypeRef, BundleInfo.VersionStr);
dsymutil.cpp 219 printHTMLEscaped(BI.VersionStr, PL);
  /external/llvm/include/llvm/Support/
GCOV.h 82 StringRef VersionStr = Buffer->getBuffer().slice(Cursor, Cursor + 4);
83 if (VersionStr == "*204") {
88 if (VersionStr == "*404") {
93 if (VersionStr == "*704") {
98 errs() << "Unexpected version: " << VersionStr << ".\n";
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
GCOV.h 92 StringRef VersionStr = Buffer->getBuffer().slice(Cursor, Cursor + 4);
93 if (VersionStr == "*204") {
98 if (VersionStr == "*404") {
103 if (VersionStr == "*704") {
108 errs() << "Unexpected version: " << VersionStr << ".\n";
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfAsBuiltProcess.py 71 VersionStr = String[String.upper().find('VERSION') + 8:]
72 VersionMatchedObj = VersionPattern.search(VersionStr)

Completed in 773 milliseconds