C# 클래스 Mosa.Compiler.Framework.Stages.MapFileGenerationStage

An compilation stage, which generates a map file of the built binary file.
상속: BaseCompilerStage
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

보호된 메소드들

메소드 설명
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