diff options
Diffstat (limited to 'llvm/lib/Target/ARM/ARMMCInstLower.h')
-rw-r--r-- | llvm/lib/Target/ARM/ARMMCInstLower.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/llvm/lib/Target/ARM/ARMMCInstLower.h b/llvm/lib/Target/ARM/ARMMCInstLower.h index 5645cc5f171..578590ee0d3 100644 --- a/llvm/lib/Target/ARM/ARMMCInstLower.h +++ b/llvm/lib/Target/ARM/ARMMCInstLower.h @@ -40,14 +40,7 @@ public: private: MCSymbol *GetGlobalAddressSymbol(const GlobalValue *GV) const; - const MCSymbolRefExpr *GetSymbolRef(const MachineOperand &MO) const; - const MCSymbolRefExpr *GetExternalSymbolSymbol(const MachineOperand &MO) - const; - const MCSymbolRefExpr *GetJumpTableSymbol(const MachineOperand &MO) const; - const MCSymbolRefExpr * - GetConstantPoolIndexSymbol(const MachineOperand &MO) const; - MCOperand LowerSymbolRefOperand(const MachineOperand &MO, - const MCSymbolRefExpr *Expr) const; + MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Sym) const; }; } // end namespace llvm |