forked from OSchip/llvm-project
[AArch64] Deleted unused AsmBackend functions
This commit is contained in:
parent
41f8b8e807
commit
d738ac6e12
|
@ -95,10 +95,6 @@ public:
|
|||
const MCSubtargetInfo &STI) const override;
|
||||
bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
|
||||
|
||||
void HandleAssemblerFlag(MCAssemblerFlag Flag) {}
|
||||
|
||||
unsigned getPointerSize() const { return 8; }
|
||||
|
||||
unsigned getFixupKindContainereSizeInBytes(unsigned Kind) const;
|
||||
|
||||
bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
|
||||
|
|
Loading…
Reference in New Issue