Searched refs:arch_str (Results 1 – 2 of 2) sorted by relevance
1453 llvm::StringRef arch_str = triple.getArchName(); in DumpTriple() local1458 s << llvm::formatv("{0}-{1}-{2}", arch_str.empty() ? "*" : arch_str, in DumpTriple()
1256 std::string arch_str = std::string(arch_strm.GetString()); in DumpModuleArchitecture() local1259 strm.Printf("%-*s", width, arch_str.c_str()); in DumpModuleArchitecture()1261 strm.PutCString(arch_str); in DumpModuleArchitecture()