Split debug_loc and debug_loc.dwo emission into two separate functions
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.h
index 424595070d82a022fb99d5a9048d7f5792ad2453..da708f510c97f84091255325465c58c5d5c0abcd 100644 (file)
@@ -520,6 +520,9 @@ class DwarfDebug : public AsmPrinterHandler {
   /// \brief Emit visible names into a debug loc section.
   void emitDebugLoc();
 
+  /// \brief Emit visible names into a debug loc dwo section.
+  void emitDebugLocDWO();
+
   /// \brief Emit visible names into a debug aranges section.
   void emitDebugARanges();