aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCELF.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/MC/MCELF.h')
-rw-r--r--include/llvm/MC/MCELF.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/MC/MCELF.h b/include/llvm/MC/MCELF.h
index e08f1e6542..7e59911a89 100644
--- a/include/llvm/MC/MCELF.h
+++ b/include/llvm/MC/MCELF.h
@@ -28,6 +28,8 @@ class MCELF {
static unsigned GetType(const MCSymbolData &SD);
static void SetVisibility(MCSymbolData &SD, unsigned Visibility);
static unsigned GetVisibility(MCSymbolData &SD);
+ static void setOther(MCSymbolData &SD, unsigned Other);
+ static unsigned getOther(MCSymbolData &SD);
};
}