C# Класс Mosa.Compiler.Framework.Stages.MapFileGenerationStage

An compilation stage, which generates a map file of the built binary file.
Наследование: BaseCompilerStage
Показать файл Открыть проект

Защищенные методы

Метод Описание
RunPostCompile ( ) : void
Setup ( ) : void

Приватные методы

Метод Описание
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.

Описание методов

RunPostCompile() защищенный Метод

protected RunPostCompile ( ) : void
Результат void

Setup() защищенный Метод

protected Setup ( ) : void
Результат void