[ARM,AArch64] Store source location of asm constant pool entries
[oota-llvm.git] / include / llvm / MC / MCStreamer.h
index 02b9d18af5fd24c062f732d8e593890193ae2f70..46afebebc0d1e9977789e7e345a6519cb9336bd3 100644 (file)
@@ -134,7 +134,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 *);
+  const MCExpr *addConstantPoolEntry(const MCExpr *, SMLoc Loc);
 
   /// Callback used to implemnt the .ltorg directive.
   /// Emit contents of constant pool for the current section.