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

Inheritance: BaseMethodCompilerStage
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes protégées

Méthode Description
Run ( ) : void

Private Methods

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

protected Run ( ) : void
Résultat void