9#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_CODEVIEWREGISTERMAPPING_H
10#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_CODEVIEWREGISTERMAPPING_H
12#include "llvm/DebugInfo/CodeView/CodeView.h"
13#include "llvm/TargetParser/Triple.h"
19 llvm::codeview::RegisterId register_id);
uint32_t GetRegisterSize(llvm::codeview::RegisterId register_id)
uint32_t GetLLDBRegisterNumber(llvm::Triple::ArchType arch_type, llvm::codeview::RegisterId register_id)
A class that represents a running process on the host machine.