DwarfUnit: Share common constant value emission between APInts of small (<= 64 bit...
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfUnit.h
index b2ac647e00e2afdae936c2da747855ce088f5536..b181d30c196aa8f936ac3cb1cbd418127f3a0183 100644 (file)
@@ -350,6 +350,7 @@ public:
   void addConstantValue(DIE &Die, const MachineOperand &MO, DIType Ty);
   void addConstantValue(DIE &Die, const ConstantInt *CI, bool Unsigned);
   void addConstantValue(DIE &Die, const APInt &Val, bool Unsigned);
+  void addConstantValue(DIE &Die, bool Signed, uint64_t Val);
 
   /// addConstantFPValue - Add constant value entry in variable DIE.
   void addConstantFPValue(DIE &Die, const MachineOperand &MO);