Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp1453 llvm::StringRef arch_str = triple.getArchName(); in DumpTriple() local
1458 s << llvm::formatv("{0}-{1}-{2}", arch_str.empty() ? "*" : arch_str, in DumpTriple()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1256 std::string arch_str = std::string(arch_strm.GetString()); in DumpModuleArchitecture() local
1259 strm.Printf("%-*s", width, arch_str.c_str()); in DumpModuleArchitecture()
1261 strm.PutCString(arch_str); in DumpModuleArchitecture()