Add a MCLineSectionOrder vector so that we produce the line tables in a
[oota-llvm.git] / include / llvm / MC / MCSectionELF.h
index 5af538557e58e08a237695a47a2a72db502ce554..9463356db2bf955a16f863347b3851d211c069a8 100644 (file)
@@ -188,6 +188,7 @@ public:
   void PrintSwitchToSection(const MCAsmInfo &MAI,
                             raw_ostream &OS) const;
   virtual bool UseCodeAlign() const;
+  virtual bool isVirtualSection() const;
 
   /// isBaseAddressKnownZero - We know that non-allocatable sections (like
   /// debug info) have a base of zero.