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

An compilation stage, which generates a map file of the built binary file.
Inheritance: BaseCompilerStage
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes protégées

Méthode Description
RunPostCompile ( ) : void
Setup ( ) : void

Private Methods

Méthode 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 méthode

protected RunPostCompile ( ) : void
Résultat void

Setup() protected méthode

protected Setup ( ) : void
Résultat void