C# Class Mosa.Compiler.Framework.Stages.MapFileGenerationStage

An compilation stage, which generates a map file of the built binary file.
Inheritance: BaseCompilerStage
ファイルを表示 Open project: tgiphil/MOSA-Project

Protected Methods

Method Description
RunPostCompile ( ) : void
Setup ( ) : void

Private Methods

Method Description
EmitSections ( BaseLinker linker ) : void

Emits all the section created in the binary file.

EmitSymbols ( BaseLinker linker ) : void

Emits all symbols emitted in the binary file.

Method Details

RunPostCompile() protected method

protected RunPostCompile ( ) : void
return void

Setup() protected method

protected Setup ( ) : void
return void