mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Adding new Dwarf constants.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29798 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -202,6 +202,7 @@ enum dwarf_constants {
|
||||
DW_AT_elemental = 0x66,
|
||||
DW_AT_pure = 0x67,
|
||||
DW_AT_recursive = 0x68,
|
||||
DW_AT_MIPS_linkage_name = 0x2007,
|
||||
DW_AT_sf_names = 0x2101,
|
||||
DW_AT_src_info = 0x2102,
|
||||
DW_AT_mac_info = 0x2103,
|
||||
|
@@ -189,6 +189,7 @@ const char *AttributeString(unsigned Attribute) {
|
||||
case DW_AT_elemental: return "AT_elemental";
|
||||
case DW_AT_pure: return "AT_pure";
|
||||
case DW_AT_recursive: return "AT_recursive";
|
||||
case DW_AT_MIPS_linkage_name: return "AT_MIPS_linkage_name";
|
||||
case DW_AT_sf_names: return "AT_sf_names";
|
||||
case DW_AT_src_info: return "AT_src_info";
|
||||
case DW_AT_mac_info: return "AT_mac_info";
|
||||
|
Reference in New Issue
Block a user