Explicitly invoke ArrayRef constructor to keep gcc happy.
[oota-llvm.git] / lib / Target / ARM / ARMAsmPrinter.h
index c1c12dec4234e92ea24d999dfa3cbc7bc0b39c17..5f9169ef7f77c4d9052a2d86ca9e84e74dcb170d 100644 (file)
@@ -79,11 +79,19 @@ private:
   // Helper for ELF .o only
   void emitARMAttributeSection();
 
+  // Generic helper used to emit e.g. ARMv5 mul pseudos
+  void EmitPatchedInstruction(const MachineInstr *MI, unsigned TargetOpc);
+
+  void EmitUnwindingInstruction(const MachineInstr *MI);
+
 public:
   void PrintDebugValueComment(const MachineInstr *MI, raw_ostream &OS);
 
   MachineLocation getDebugValueLocation(const MachineInstr *MI) const;
 
+  /// EmitDwarfRegOp - Emit dwarf register operation.
+  virtual void EmitDwarfRegOp(const MachineLocation &MLoc) const;
+
   virtual unsigned getISAEncoding() {
     // ARM/Darwin adds ISA to the DWARF info for each function.
     if (!Subtarget->isTargetDarwin())
@@ -98,6 +106,8 @@ public:
 
   MCSymbol *GetARMSJLJEHLabel(void) const;
 
+  MCSymbol *GetARMGVSymbol(const GlobalValue *GV);
+  
   /// EmitMachineConstantPoolValue - Print a machine constantpool value to
   /// the .s file.
   virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);