[ARM,AArch64] Store source location of asm constant pool entries
[oota-llvm.git] / lib / Target / AArch64 / MCTargetDesc / AArch64TargetStreamer.h
index fcc0d053f6e22b1c6e6688a6f98c77bf4181a358..51432830f7951c29c255c27419797d61c1f6ef6a 100644 (file)
@@ -24,7 +24,7 @@ public:
   /// Callback used to implement the ldr= pseudo.
   /// Add a new entry to the constant pool for the current section and return an
   /// MCExpr that can be used to refer to the constant pool location.
-  const MCExpr *addConstantPoolEntry(const MCExpr *, unsigned Size);
+  const MCExpr *addConstantPoolEntry(const MCExpr *, unsigned Size, SMLoc Loc);
 
   /// Callback used to implemnt the .ltorg directive.
   /// Emit contents of constant pool for the current section.