Make the <ARCH>ELFObjectWriter statics private

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119982 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jason W Kim 2010-11-22 18:57:00 +00:00
parent ccbe000e09
commit 28ef0a5719

View 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: