summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCSymbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/MC/MCSymbol.h')
-rw-r--r--include/llvm/MC/MCSymbol.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/MC/MCSymbol.h b/include/llvm/MC/MCSymbol.h
index 866d9a9a68..ea14da1e15 100644
--- a/include/llvm/MC/MCSymbol.h
+++ b/include/llvm/MC/MCSymbol.h
@@ -18,7 +18,6 @@
#include "llvm/Support/Compiler.h"
namespace llvm {
- class MCAsmLayout;
class MCExpr;
class MCSection;
class MCContext;
@@ -146,11 +145,6 @@ namespace llvm {
// itself.
const MCSymbol &AliasedSymbol() const;
- // If this symbol is not a variable, return itself. If it is a variable,
- // evaluate it and check if it is of the form Base + ConstantOffset. If so,
- // return Base, if not, return nullptr.
- const MCSymbol *getBaseSymbol(const MCAsmLayout &Layout) const;
-
void setVariableValue(const MCExpr *Value);
/// @}