Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.cpp44 llvm::raw_string_ostream string_stream(m_qualified_name); in GetQualifiedName() local
46 llvm::reverse(m_entries), string_stream, in GetQualifiedName()
47 [&](auto entry) { string_stream << entry.GetName(); }, "::"); in GetQualifiedName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1125 StreamString string_stream; in StartDebugserverProcess() local
1127 launch_info.Dump(string_stream, platform); in StartDebugserverProcess()
1129 string_stream.GetData()); in StartDebugserverProcess()