Layout helper function.
[oota-llvm.git] / include / llvm / MC / MCAssembler.h
index e72011f0467779c0803b43b8d52eae86ae62ee3a..201df5eeaf0734b8b8c2bb0953c9ac1be2fe38d5 100644 (file)
@@ -664,6 +664,8 @@ public:
   void WriteSectionData(const MCSectionData *Section, const MCAsmLayout &Layout,
                         MCObjectWriter *OW) const;
 
+  void AddSectionToTheEnd(MCSectionData &SD, MCAsmLayout &Layout);
+
 public:
   /// Construct a new assembler instance.
   ///