diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-08-21 21:18:10 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-08-21 21:18:10 +0000 |
commit | 6f397bf4c8f19691bde016e5e6fbeddf8cd7f363 (patch) | |
tree | adc61d9cfa045e0acb005047a72828950230a5d2 /include/llvm | |
parent | 0313775225942926ca561909c5c11be7a54b67a3 (diff) | |
download | external_llvm-6f397bf4c8f19691bde016e5e6fbeddf8cd7f363.zip external_llvm-6f397bf4c8f19691bde016e5e6fbeddf8cd7f363.tar.gz external_llvm-6f397bf4c8f19691bde016e5e6fbeddf8cd7f363.tar.bz2 |
Adding new Dwarf constants.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29798 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Support/Dwarf.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/llvm/Support/Dwarf.h b/include/llvm/Support/Dwarf.h index 05260be..e8aa384 100644 --- a/include/llvm/Support/Dwarf.h +++ b/include/llvm/Support/Dwarf.h @@ -202,7 +202,8 @@ enum dwarf_constants { DW_AT_elemental = 0x66, DW_AT_pure = 0x67, DW_AT_recursive = 0x68, - DW_AT_sf_names = 0x2101, + DW_AT_MIPS_linkage_name = 0x2007, + DW_AT_sf_names = 0x2101, DW_AT_src_info = 0x2102, DW_AT_mac_info = 0x2103, DW_AT_src_coords = 0x2104, @@ -211,7 +212,7 @@ enum dwarf_constants { DW_AT_GNU_vector = 0x2107, DW_AT_lo_user = 0x2000, DW_AT_hi_user = 0x3fff, - + // Attribute form encodings DW_FORM_addr = 0x01, DW_FORM_block2 = 0x03, |