LLDB mainline
LibCxxUnorderedMap.cpp File Reference
#include "LibCxx.h"
#include "Plugins/TypeSystem/Clang/TypeSystemClang.h"
#include "lldb/DataFormatters/FormattersHelpers.h"
#include "lldb/Target/Target.h"
#include "lldb/Utility/ConstString.h"
#include "lldb/Utility/DataBufferHeap.h"
#include "lldb/Utility/Endian.h"
#include "lldb/Utility/Status.h"
#include "lldb/Utility/Stream.h"
#include "lldb/ValueObject/ValueObject.h"
#include "lldb/ValueObject/ValueObjectConstResult.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/ErrorExtras.h"

Go to the source code of this file.

Classes

class  lldb_private::formatters::LibcxxStdUnorderedMapSyntheticFrontEnd
class  lldb_private::formatters::LibCxxUnorderedMapIteratorSyntheticFrontEnd

Namespaces

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

Functions

static bool isUnorderedMap (ConstString type_name)
static ValueObjectSP GetTreePointer (ValueObject &table)

Function Documentation

◆ GetTreePointer()

◆ isUnorderedMap()