summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/WinCOFFStreamer.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-06-29 01:52:01 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-06-29 01:52:01 +0000
commit7206a52522bbf7a3d8ddee9d19f9562ef06434a9 (patch)
tree8769e1b2e78f21650e0b5f66a99d997a5c9eeb1d /llvm/lib/MC/WinCOFFStreamer.cpp
parent66e588be09779fa293ffc57b1f14c278221b8c19 (diff)
downloadbcm5719-llvm-7206a52522bbf7a3d8ddee9d19f9562ef06434a9.tar.gz
bcm5719-llvm-7206a52522bbf7a3d8ddee9d19f9562ef06434a9.zip
MC: rename EmitWin64EH routines
Rename the routines to reflect the reality that they are more related to call frame information than to Win64 EH. Although EH is implemented in an intertwined manner by augmenting with an exception handler and an associated parameter, the majority of these routines emit information required to unwind the frames. This also helps identify that these routines are generic for most windows platforms (they apply equally to nearly all architectures except x86) although the encoding of the information is architecture dependent. Unwinding data is emitted via EmitWinCFI* and exception handling information via EmitWinEH*. llvm-svn: 211994
Diffstat (limited to 'llvm/lib/MC/WinCOFFStreamer.cpp')
-rw-r--r--llvm/lib/MC/WinCOFFStreamer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/WinCOFFStreamer.cpp b/llvm/lib/MC/WinCOFFStreamer.cpp
index fb4904f9908..d391a3f4395 100644
--- a/llvm/lib/MC/WinCOFFStreamer.cpp
+++ b/llvm/lib/MC/WinCOFFStreamer.cpp
@@ -238,7 +238,7 @@ void MCWinCOFFStreamer::EmitIdent(StringRef IdentString) {
llvm_unreachable("not implemented");
}
-void MCWinCOFFStreamer::EmitWin64EHHandlerData() {
+void MCWinCOFFStreamer::EmitWinEHHandlerData() {
llvm_unreachable("not implemented");
}
OpenPOWER on IntegriCloud