OSDN Git Service

Make the <ARCH>ELFObjectWriter statics private
authorJason W Kim <jason.w.kim.2009@gmail.com>
Mon, 22 Nov 2010 18:57:00 +0000 (18:57 +0000)
committerJason W Kim <jason.w.kim.2009@gmail.com>
Mon, 22 Nov 2010 18:57:00 +0000 (18:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119982 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/ELFObjectWriter.cpp

index 6150f9f..bebbc4c 100644 (file)
@@ -366,6 +366,7 @@ namespace {
                                   const MCFixup &Fixup, MCValue Target,
                                   uint64_t &FixedValue);
 
+  private:
     static bool isFixupKindPCRel(unsigned Kind) {
       switch (Kind) {
       default:
@@ -395,6 +396,7 @@ namespace {
                                   const MCFixup &Fixup, MCValue Target,
                                   uint64_t &FixedValue);
 
+  private:
     static bool isFixupKindPCRel(unsigned Kind) {
       switch (Kind) {
       default:
@@ -422,6 +424,7 @@ namespace {
                                   const MCFixup &Fixup, MCValue Target,
                                   uint64_t &FixedValue);
 
+  private:
     static bool isFixupKindPCRel(unsigned Kind) {
       switch (Kind) {
       default: