C# Class Reko.Environments.SysV.Arm32ProcedureSerializer

Inheritance: Reko.Core.Serialization.ProcedureSerializer
Afficher le fichier Open project: uxmal/reko Class Usage Examples

Méthodes publiques

Méthode Description
Arm32ProcedureSerializer ( IProcessorArchitecture arch, ISerializedTypeVisitor typeLoader, string defaultConvention ) : System
Deserialize ( SerializedSignature ss, Frame frame ) : FunctionType
GetReturnRegister ( Reko.Core.Serialization.Argument_v1 sArg, int bitSize ) : Storage

Private Methods

Méthode Description
AlignedStackArgumentSize ( DataType dt ) : int

Method Details

Arm32ProcedureSerializer() public méthode

public Arm32ProcedureSerializer ( IProcessorArchitecture arch, ISerializedTypeVisitor typeLoader, string defaultConvention ) : System
arch IProcessorArchitecture
typeLoader ISerializedTypeVisitor
defaultConvention string
Résultat System

Deserialize() public méthode

public Deserialize ( SerializedSignature ss, Frame frame ) : FunctionType
ss SerializedSignature
frame Reko.Core.Frame
Résultat FunctionType

GetReturnRegister() public méthode

public GetReturnRegister ( Reko.Core.Serialization.Argument_v1 sArg, int bitSize ) : Storage
sArg Reko.Core.Serialization.Argument_v1
bitSize int
Résultat Storage