[WinEH] Store pointers to the LSDA in the exception registration object
[oota-llvm.git] / include / llvm / MC / MCContext.h
index b62b84a34ce0c7264afab35b363d50ab2d7fe7cb..fd0181e66ab0521768b3373ead92b5c15dec9c2a 100644 (file)
@@ -275,6 +275,8 @@ namespace llvm {
 
     MCSymbol *getOrCreateParentFrameOffsetSymbol(StringRef FuncName);
 
+    MCSymbol *getOrCreateLSDASymbol(StringRef FuncName);
+
     /// Get the symbol for \p Name, or null.
     MCSymbol *lookupSymbol(const Twine &Name) const;