summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Dwarf.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-04-21 22:26:13 +0000
committerDevang Patel <dpatel@apple.com>2011-04-21 22:26:13 +0000
commit06161fcdd6f8fe80aff090f9c4d75e1cab2b7da2 (patch)
tree706ad385c87809c54eb3c0641d50fc4fc86acc21 /include/llvm/Support/Dwarf.h
parentacc381bee95b5eafcdf3eaa85a66e83a5773aacb (diff)
downloadllvm-06161fcdd6f8fe80aff090f9c4d75e1cab2b7da2.tar.gz
llvm-06161fcdd6f8fe80aff090f9c4d75e1cab2b7da2.tar.bz2
llvm-06161fcdd6f8fe80aff090f9c4d75e1cab2b7da2.tar.xz
Add DW_OP_bit_piece.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129945 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Dwarf.h')
-rw-r--r--include/llvm/Support/Dwarf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/Dwarf.h b/include/llvm/Support/Dwarf.h
index 2a48f3c307..f6d680b8b9 100644
--- a/include/llvm/Support/Dwarf.h
+++ b/include/llvm/Support/Dwarf.h
@@ -411,6 +411,7 @@ enum dwarf_constants {
DW_OP_call_ref = 0x9a,
DW_OP_form_tls_address = 0x9b,
DW_OP_call_frame_cfa = 0x9c,
+ DW_OP_bit_piece = 0x9d,
DW_OP_lo_user = 0xe0,
DW_OP_hi_user = 0xff,