LLDB mainline
RegisterType.cpp File Reference
#include "lldb/Utility/RegisterType.h"
#include "lldb/Utility/Log.h"
#include "lldb/Utility/Stream.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/raw_ostream.h"
#include <atomic>
#include <cassert>
#include <cinttypes>
#include <limits>

Go to the source code of this file.

Variables

static std::atomic< uint64_t > g_next_register_type_uid {1}

Variable Documentation

◆ g_next_register_type_uid

std::atomic<uint64_t> g_next_register_type_uid {1}
static

Definition at line 24 of file RegisterType.cpp.

Referenced by lldb_private::RegisterType::RegisterType().