mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Nothing inherits from this, drop the protected:
llvm-svn: 236253
This commit is contained in:
parent
dfd6ce5dd4
commit
52d84b33c1
@ -70,8 +70,6 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
class ELFObjectWriter : public MCObjectWriter {
|
class ELFObjectWriter : public MCObjectWriter {
|
||||||
protected:
|
|
||||||
|
|
||||||
static bool isFixupKindPCRel(const MCAssembler &Asm, unsigned Kind);
|
static bool isFixupKindPCRel(const MCAssembler &Asm, unsigned Kind);
|
||||||
static bool RelocNeedsGOT(MCSymbolRefExpr::VariantKind Variant);
|
static bool RelocNeedsGOT(MCSymbolRefExpr::VariantKind Variant);
|
||||||
static uint64_t SymbolValue(MCSymbolData &Data, const MCAsmLayout &Layout);
|
static uint64_t SymbolValue(MCSymbolData &Data, const MCAsmLayout &Layout);
|
||||||
|
Loading…
Reference in New Issue
Block a user