AMDGPU/SI: Set the code object work group segment size when targeting HSA
[oota-llvm.git] / lib / Target / AMDGPU / AMDGPUAsmPrinter.h
index 92072512e6b5705bdf449ce45196deb577b65cc2..817cbfc0c0eb289e117d463dd8090d5d9f40cbc9 100644 (file)
@@ -97,7 +97,11 @@ public:
   /// Implemented in AMDGPUMCInstLower.cpp
   void EmitInstruction(const MachineInstr *MI) override;
 
-  void EmitEndOfAsmFile(Module &M) override;
+  void EmitFunctionBodyStart() override;
+
+  void EmitFunctionEntryLabel() override;
+
+  void EmitGlobalVariable(const GlobalVariable *GV) override;
 
   bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
                        unsigned AsmVariant, const char *ExtraCode,
@@ -108,6 +112,6 @@ protected:
   size_t DisasmLineMaxLen;
 };
 
-} // namespace llvm
+} // End anonymous llvm
 
 #endif