1 //===-- AMDGPUNoteType.h - AMDGPU ELF PT_NOTE section info-------*- 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 //===----------------------------------------------------------------------===//
11 /// Enums and constants for AMDGPU PT_NOTE sections.
14 //===----------------------------------------------------------------------===//
16 #ifndef LLVM_LIB_TARGET_AMDGPU_AMDGPUPTNOTE_H
17 #define LLVM_LIB_TARGET_AMDGPU_AMDGPUPTNOTE_H
24 const char SectionName
[] = ".note";
26 const char NoteNameV2
[] = "AMD";
27 const char NoteNameV3
[] = "AMDGPU";
29 } // End namespace ElfNote
30 } // End namespace AMDGPU
31 } // End namespace llvm
32 #endif // LLVM_LIB_TARGET_AMDGPU_AMDGPUPTNOTE_H