LLDB mainline
ConstString.h File Reference
#include "llvm/ADT/DenseMapInfo.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/FormatVariadic.h"
#include <cstddef>
#include <string_view>

Go to the source code of this file.

Classes

class  lldb_private::ConstString
 A uniqued constant string class. More...
struct  lldb_private::ConstString::MemoryStats
struct  llvm::format_provider< lldb_private::ConstString >
struct  llvm::DenseMapInfo< lldb_private::ConstString >
 DenseMapInfo implementation. More...

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.
namespace  llvm

Functions

Streamlldb_private::operator<< (Stream &s, ConstString str)
 Stream the string value str to the stream s.
raw_ostream & llvm::operator<< (raw_ostream &os, lldb_private::ConstString s)