1 //===-- PPC64_DWARF_Registers.h ---------------------------------*- C++ -*-===//
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
7 //===----------------------------------------------------------------------===//
9 #ifndef LLDB_SOURCE_UTILITY_PPC64_DWARF_REGISTERS_H
10 #define LLDB_SOURCE_UTILITY_PPC64_DWARF_REGISTERS_H
12 #include "lldb/lldb-private.h"
14 namespace ppc64_dwarf
{
84 dwarf_xer_ppc64
= 100,
88 dwarf_vrsave_ppc64
= 356,
90 dwarf_vr0_ppc64
= 1124,
124 } // namespace ppc64_dwarf
126 #endif // LLDB_SOURCE_UTILITY_PPC64_DWARF_REGISTERS_H