aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCStreamer.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-04-12 16:12:03 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-04-12 16:12:03 +0000
commit25f492e77858dc5a95fcd7180e73aff47925b668 (patch)
tree748af8c553d3408a82ad62644d722b96dfe5daf5 /include/llvm/MC/MCStreamer.h
parentc57543964d1382d3d3a5005f415b6c0f49671b3a (diff)
downloadexternal_llvm-25f492e77858dc5a95fcd7180e73aff47925b668.zip
external_llvm-25f492e77858dc5a95fcd7180e73aff47925b668.tar.gz
external_llvm-25f492e77858dc5a95fcd7180e73aff47925b668.tar.bz2
Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129362 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCStreamer.h')
-rw-r--r--include/llvm/MC/MCStreamer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/MC/MCStreamer.h b/include/llvm/MC/MCStreamer.h
index 1bd573e..f87bcfd 100644
--- a/include/llvm/MC/MCStreamer.h
+++ b/include/llvm/MC/MCStreamer.h
@@ -447,6 +447,7 @@ namespace llvm {
virtual bool EmitCFIRememberState();
virtual bool EmitCFIRestoreState();
void EmitCFISameValue(int64_t Register);
+ void EmitCFIRelOffset(int64_t Register, int64_t Offset);
/// EmitInstruction - Emit the given @p Instruction into the current
/// section.