Searched refs:arch_str (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp1451 llvm::StringRef arch_str = triple.getArchName(); local
1456 s << llvm::formatv("{0}-{1}-{2}", arch_str.empty() ? "*" : arch_str,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1295 std::string arch_str = arch_strm.GetString(); local
1298 strm.Printf("%-*s", width, arch_str.c_str());
1300 strm.PutCString(arch_str);

Completed in 77 milliseconds