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

Inheritance: BaseMethodCompilerStage
Show file Open project: tgiphil/MOSA-Project

Protected Methods

Method Description
Run ( ) : void

Private Methods

Method Description
AddSection ( int>.List sections, int start, int end ) : void
CreateProtectedRegionDefinition ( string name, uint start, uint end, uint handler, ExceptionHandlerType handlerType, MosaType exceptionType ) : LinkerSymbol
EmitProtectedRegionTable ( ) : void
FindConnectingSection ( int>.List sections, int start, int end ) : int>.Tuple

Method Details

Run() protected method

protected Run ( ) : void
return void