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

Declarations

tools/lldb/include/lldb/Utility/Stream.h
  214   Stream &operator<<(char ch);

References

tools/lldb/source/Core/Mangled.cpp
  434     s << ", demangled = '" << demangled << '\'';
tools/lldb/source/Core/ValueObject.cpp
 1326           s << '[';
 1330               s << ',';
 1342           s << ']';
 1367           s << '[';
 1371               s << ',';
 1382           s << ']';
tools/lldb/source/Interpreter/OptionValueArray.cpp
   70         strm << ' ';
tools/lldb/source/Interpreter/OptionValueDictionary.cpp
   44         strm << ' ';
tools/lldb/source/Interpreter/OptionValueFileSpec.cpp
   50       strm << '"' << m_current_value.GetPath().c_str() << '"';
   50       strm << '"' << m_current_value.GetPath().c_str() << '"';
tools/lldb/source/Interpreter/OptionValueFileSpecList.cpp
   38         strm << ' ';
tools/lldb/source/Interpreter/OptionValueFormatEntity.cpp
   62     strm << '"' << escaped << '"';
   62     strm << '"' << escaped << '"';
tools/lldb/source/Interpreter/Options.cpp
  467             strm << (char)*options_pos;
  493             strm << (char)*options_pos;
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 3082      << (((p_flags & PF_X) && (p_flags & PF_W)) ? '+' : ' ')
 3084      << (((p_flags & PF_W) && (p_flags & PF_R)) ? '+' : ' ')
 3158      << (((sh_flags & SHF_WRITE) && (sh_flags & SHF_ALLOC)) ? '+' : ' ')
 3160      << (((sh_flags & SHF_ALLOC) && (sh_flags & SHF_EXECINSTR)) ? '+' : ' ')
 3186       *s << ' ' << section_name << "\n";
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 4040     packet << (char)(0x7d ^ 0x20);
 4112     packet << (char)(0x7d ^ 0x20);
 4145     packet << (char)(0x7d ^ 0x20);
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
 1032     command_stream << ' ';
tools/lldb/source/Symbol/Block.cpp
   87         *s << '!';
   89         *s << ' ';
tools/lldb/source/Symbol/CompileUnit.cpp
   65      << (const FileSpec &)*this << "\", language = \"" << language << '"';
tools/lldb/source/Symbol/Function.cpp
  328     *s << ", name = \"" << name.GetCString() << '"';
  330     *s << ", mangled = \"" << mangled.GetCString() << '"';
tools/lldb/source/Symbol/SymbolContext.cpp
  202     *s << '"';
  325   *s << "Module       = " << module_sp.get() << ' ';
  354     *s << " {0x" << block->GetID() << '}';
  367     *s << ' ' << symbol->GetName().AsCString();
tools/lldb/source/Symbol/Type.cpp
  182       *s << ", name = \"" << type_name << '"';
  185         *s << ", qualified = \"" << qualified_type_name << '"';
  199     *s << '"';
  239   *s << "Type" << static_cast<const UserID &>(*this) << ' ';
  256     *s << ", compiler_type = " << m_compiler_type.GetOpaqueQualType() << ' ';
tools/lldb/source/Symbol/Variable.cpp
  137       *s << "??? (" << m_scope << ')';
tools/lldb/unittests/Utility/StreamTest.cpp
  285   s << 'a' << 'b';
  285   s << 'a' << 'b';