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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp190 StreamString arch_strm; local
192 m_arch.DumpTriple(arch_strm.AsRawOstream());
221 s.Printf("%-30s ", arch_strm.GetData());
226 s.Printf("%-30s ", arch_strm.GetData());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1289 StreamString arch_strm; local
1292 module->GetArchitecture().DumpTriple(arch_strm.AsRawOstream());
1294 arch_strm.PutCString(module->GetArchitecture().GetArchitectureName());
1295 std::string arch_str = arch_strm.GetString();

Completed in 100 milliseconds