mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-30 02:25:19 +00:00
Create a MCSymbolELF.
This create a MCSymbolELF class and moves SymbolSize since only ELF needs a size expression. This reduces the size of MCSymbol from 56 to 48 bytes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238801 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -646,7 +646,7 @@ void MCStreamer::EndCOFFSymbolDef() {}
|
||||
void MCStreamer::EmitFileDirective(StringRef Filename) {}
|
||||
void MCStreamer::EmitCOFFSymbolStorageClass(int StorageClass) {}
|
||||
void MCStreamer::EmitCOFFSymbolType(int Type) {}
|
||||
void MCStreamer::EmitELFSize(MCSymbol *Symbol, const MCExpr *Value) {}
|
||||
void MCStreamer::emitELFSize(MCSymbolELF *Symbol, const MCExpr *Value) {}
|
||||
void MCStreamer::EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size,
|
||||
unsigned ByteAlignment) {}
|
||||
void MCStreamer::EmitTBSSSymbol(MCSection *Section, MCSymbol *Symbol,
|
||||
|
Reference in New Issue
Block a user