Store the sh_link of ARM_EXIDX directly in MCSectionELF.
[oota-llvm.git] / include / llvm / MC / MCContext.h
index d6d6c255d289101a0a5d715d95510a462773bc89..8ac2047b43b7dbbc1b8574256ab7e878e4c13b52 100644 (file)
@@ -334,6 +334,12 @@ namespace llvm {
                                       StringRef Group, unsigned UniqueID,
                                       const char *BeginSymName);
 
+    const MCSectionELF *getELFSection(StringRef Section, unsigned Type,
+                                      unsigned Flags, unsigned EntrySize,
+                                      const MCSymbol *Group, unsigned UniqueID,
+                                      const char *BeginSymName,
+                                      const MCSectionELF *Associated);
+
     const MCSectionELF *createELFRelSection(StringRef Name, unsigned Type,
                                             unsigned Flags, unsigned EntrySize,
                                             const MCSymbol *Group,