LLDB mainline
LoongArch_DWARF_Registers.h
Go to the documentation of this file.
1//===-- LoongArch_DWARF_Registers.h -----------------------------*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
9#ifndef LLDB_SOURCE_UTILITY_LOONGARCH_DWARF_REGISTERS_H
10#define LLDB_SOURCE_UTILITY_LOONGARCH_DWARF_REGISTERS_H
11
12#include "lldb/lldb-private.h"
13
14namespace loongarch_dwarf {
15
16enum {
49
82
92
93 // register name alias
125
158
159 // mock pc regnum
161
162 // fake registers are only used to define `RegisterInfo`
175};
176
177} // namespace loongarch_dwarf
178
179#endif // LLDB_SOURCE_UTILITY_LOONGARCH_DWARF_REGISTERS_H