reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Core/ModuleSpec.h
  241       strm.Format("object_mod_time = {0:x+}",
tools/lldb/source/Commands/CommandObjectTarget.cpp
 1412           strm.Format("No object file for module: {0:F}\n",
 3207         strm.Format("{0:%c}", llvm::fmt_align(module->GetModificationTime(),
tools/lldb/source/Commands/CommandObjectThread.cpp
  159         strm.Format("{0} thread(s) ", thread_index_ids.size());
  161           strm.Format("#{0} ", thread_index_id);
tools/lldb/source/Core/FormatEntity.cpp
 1031       s.Format("{0}", value->GetAsString()->GetValue());
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
  214     m_error_stream.Format("Internal error [IRForTarget]: Result variable's "
  229     m_error_stream.Format("Internal error [IRForTarget]: Result variable ({0}) "
  240     m_error_stream.Format("Internal error [IRForTarget]: Result variable ({0}) "
  260     m_error_stream.Format("Internal error [IRForTarget]: Result variable "
  300       m_error_stream.Format("Internal error [IRForTarget]: Lvalue result ({0}) "
  387       m_error_stream.Format("Internal error [IRForTarget]: Result variable "
 1444         m_error_stream.Format("Error [IRForTarget]: Couldn't find Objective-C "
 1466         m_error_stream.Format("Internal error [IRForTarget]: Couldn't rewrite "
 1709       m_error_stream.Format("Internal error [IRForTarget]: Wrapper takes '{0}' "
 1730     m_error_stream.Format("Internal error [IRForTarget]: Wrapper takes an "
 1870     m_error_stream.Format("Internal error [IRForTarget]: Couldn't find wrapper "
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 3102     s->Format("[{0,2}] ", H.index());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 2382           strm.Format("{0}\n     {{\"send_size\" : {1,6}, \"recv_size\" : "
 2389           strm.Format("qSpeedTest(send={0,7}, recv={1,7}) in {2:s+f9} for "
 2437           strm.Format("{0}\n     {{\"send_size\" : {1,6}, \"recv_size\" : "
 2443           strm.Format("qSpeedTest(send={0,7}, recv={1,7}) {2,6} packets needed "
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  260     response.Format("os_version:{0}", version.getAsString());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  364   response.Format("{0:g}", *wait_status);
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  111     s->Format("Placeholder object file for {0} loaded at [{1:x}-{2:x})\n",
tools/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
  457   s.Format("Manual DWARF index for ({0}) '{1:F}':",
tools/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp
   56     s->Format("{0} \"{1}\"\n", m_map.GetValueAtIndexUnchecked(i),
tools/lldb/source/Symbol/ClangASTContext.cpp
 9065           s->Format("\n{0}{1}", llvm::fmt_repeat(" ", depth + DEPTH_INCREMENT),
tools/lldb/source/Symbol/SymbolFile.cpp
  214   s.Format("SymbolFile {0} ({1})\n", GetPluginName(),
tools/lldb/source/Symbol/UnwindTable.cpp
  164   s.Format("UnwindTable for '{0}':\n", m_module.GetFileSpec());
tools/lldb/source/Target/Platform.cpp
  416     strm.Format("OS Version: {0}", os_version.getAsString());
tools/lldb/source/Target/Thread.cpp
 1989         strm.Format("  Activity '{0}', {1:x}\n",
 2005         strm.Format("  Current Breadcrumb: {0}\n",
 2026               strm.Format("    {0}\n", message_text->GetAsString()->GetValue());
tools/lldb/source/Utility/Args.cpp
  201     s.Format("{0}[{1}]=\"{2}\"\n", label_name, i++, entry.ref());
  203   s.Format("{0}[{1}]=NULL\n", label_name, i);
tools/lldb/source/Utility/Event.cpp
  130     s->Format("\"{0}\"", m_bytes);
  132     s->Format("{0:$[ ]@[x-2]}", llvm::make_range(
tools/lldb/source/Utility/ProcessInfo.cpp
   58   s.Format("Environment:\n{0}", m_environment);
  136   s.Format("{0}", m_environment);
  145     s.Format("    uid = {0,-5} ({1})\n", GetUserID(),
  149     s.Format("    gid = {0,-5} ({1})\n", GetGroupID(),
  153     s.Format("   euid = {0,-5} ({1})\n", GetEffectiveUserID(),
  157     s.Format("   egid = {0,-5} ({1})\n", GetEffectiveGroupID(),
  200         s.Format(format, "");
  205         s.Format(format, *name);
  207         s.Format(format, id);