mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-28 22:24:28 +00:00
Rename enums to match convention and remove superfluous "dwarf" in names.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190067 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -46,7 +46,7 @@ namespace dwarf {
|
|||||||
// Do not mix the following two enumerations sets. DW_TAG_invalid changes the
|
// Do not mix the following two enumerations sets. DW_TAG_invalid changes the
|
||||||
// enumeration base type.
|
// enumeration base type.
|
||||||
|
|
||||||
enum llvm_dwarf_constants {
|
enum LLVMConstants {
|
||||||
// llvm mock tags
|
// llvm mock tags
|
||||||
DW_TAG_invalid = ~0U, // Tag for invalid results.
|
DW_TAG_invalid = ~0U, // Tag for invalid results.
|
||||||
|
|
||||||
@ -66,7 +66,7 @@ enum llvm_dwarf_constants {
|
|||||||
const uint32_t DW_CIE_ID = UINT32_MAX;
|
const uint32_t DW_CIE_ID = UINT32_MAX;
|
||||||
const uint64_t DW64_CIE_ID = UINT64_MAX;
|
const uint64_t DW64_CIE_ID = UINT64_MAX;
|
||||||
|
|
||||||
enum dwarf_constants {
|
enum Constants {
|
||||||
// Tags
|
// Tags
|
||||||
DW_TAG_array_type = 0x01,
|
DW_TAG_array_type = 0x01,
|
||||||
DW_TAG_class_type = 0x02,
|
DW_TAG_class_type = 0x02,
|
||||||
|
Reference in New Issue
Block a user