Make the <ARCH>ELFObjectWriter statics private

llvm-svn: 119982
This commit is contained in:
Jason W Kim 2010-11-22 18:57:00 +00:00
parent 84ffdd5cf1
commit 16b75262c4
1 changed files with 3 additions and 0 deletions

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: