C# Class Reko.Environments.SysV.Avr8ProcedureSerializer

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

Méthodes publiques

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

Method Details

Avr8ProcedureSerializer() public méthode

public Avr8ProcedureSerializer ( IProcessorArchitecture arch, ISerializedTypeVisitor typeLoader, string defaultConvention ) : Reko.Core.Serialization
arch IProcessorArchitecture
typeLoader ISerializedTypeVisitor
defaultConvention string
Résultat Reko.Core.Serialization

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