Searched refs:version_str (Results 1 – 6 of 6) sorted by relevance
424 std::string version_str; in CreateModule() local429 if (!version_str.empty()) in CreateModule()430 version_str += "."; in CreateModule()431 version_str += std::to_string(version_nums[i]); in CreateModule()433 if (!version_str.empty()) in CreateModule()434 object.try_emplace("version", version_str); in CreateModule()
957 version_str = template.format(962 f.write(version_str)
843 llvm::StringRef version_str; in ParseVersionBuildDir() local845 std::tie(version_str, build_str) = dir.split(' '); in ParseVersionBuildDir()847 if (!version.tryParse(version_str) || in ParseVersionBuildDir()
79 const char *version_str = [version_value UTF8String];80 version.tryParse(version_str);
2169 char version_str[7]; in GetSharedCacheUUID() local2171 memcpy(version_str, dsc_header_data.GetData(&offset, 6), 6); in GetSharedCacheUUID()2172 version_str[6] = '\0'; in GetSharedCacheUUID()2173 if (strcmp(version_str, "dyld_v") == 0) { in GetSharedCacheUUID()
2747 if (const char *version_str = [version_value UTF8String])2748 return version_str;