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
53
64
97
107
108 // register name alias
140
173};
174
175} // namespace loongarch_dwarf
176
177#endif // LLDB_SOURCE_UTILITY_LOONGARCH_DWARF_REGISTERS_H