OSDN Git Service

Try to resolve symbol differences early, and if successful create a plain
[android-x86/external-llvm.git] / include / llvm / MC / MCObjectStreamer.h
index 092bc84..a3f532d 100644 (file)
@@ -69,6 +69,9 @@ public:
   virtual void EmitInstruction(const MCInst &Inst);
   virtual void EmitInstToFragment(const MCInst &Inst);
   virtual void EmitValueToOffset(const MCExpr *Offset, unsigned char Value);
+  virtual void EmitDwarfAdvanceLineAddr(int64_t LineDelta,
+                                        const MCSymbol *LastLabel,
+                                        const MCSymbol *Label);
   virtual void Finish();
 
   /// @}