Implement the StartChained and EndChained Win64 EH methods on MCStreamer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131629 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Charles Davis
2011-05-19 04:04:13 +00:00
parent d76773a221
commit 91d9a1c0f7
3 changed files with 27 additions and 16 deletions

View File

@@ -59,7 +59,8 @@ namespace llvm {
void EnsureValidFrame();
std::vector<MCWin64EHUnwindInfo> W64UnwindInfos;
MCWin64EHUnwindInfo *getCurrentW64UnwindInfo();
MCWin64EHUnwindInfo *CurrentW64UnwindInfo;
void setCurrentW64UnwindInfo(MCWin64EHUnwindInfo *Frame);
void EnsureValidW64UnwindInfo();
const MCSymbol* LastNonPrivate;