aboutsummaryrefslogtreecommitdiff
path: root/llvm/include
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2022-07-24 01:23:07 -0700
committerFangrui Song <i@maskray.me>2022-07-24 01:23:07 -0700
commit7feab85df8e8f5776bd2d4c1af61dc30fa24dd6f (patch)
treeef9105dc8c50e554f9c8b515af16b0cd6d21d1ba /llvm/include
parent6977ff40064d2f1891d3fd62cb6db2835c46d91e (diff)
downloadllvm-7feab85df8e8f5776bd2d4c1af61dc30fa24dd6f.zip
llvm-7feab85df8e8f5776bd2d4c1af61dc30fa24dd6f.tar.gz
llvm-7feab85df8e8f5776bd2d4c1af61dc30fa24dd6f.tar.bz2
[MC] Remove unused renameELFSection
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/MC/MCContext.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/MC/MCContext.h b/llvm/include/llvm/MC/MCContext.h
index a0e1889..61520c4 100644
--- a/llvm/include/llvm/MC/MCContext.h
+++ b/llvm/include/llvm/MC/MCContext.h
@@ -603,8 +603,6 @@ public:
const MCSymbolELF *Group,
const MCSectionELF *RelInfoSection);
- void renameELFSection(MCSectionELF *Section, StringRef Name);
-
MCSectionELF *createELFGroupSection(const MCSymbolELF *Group, bool IsComdat);
void recordELFMergeableSectionInfo(StringRef SectionName, unsigned Flags,