C# Class Reko.Arch.Vax.VaxProcessorState

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

Méthodes publiques

Méthode Description
Clone ( ) : ProcessorState
GetRegister ( RegisterStorage reg ) : Constant
OnAfterCall ( FunctionType sigCallee ) : void
OnBeforeCall ( Identifier stackReg, int returnAddressSize ) : Reko.Core.Code.CallSite
OnProcedureEntered ( ) : void
OnProcedureLeft ( FunctionType procedureSignature ) : void
SetInstructionPointer ( Address addr ) : void
SetRegister ( RegisterStorage reg, Constant v ) : void
VaxProcessorState ( VaxArchitecture arch ) : Reko.Core
VaxProcessorState ( VaxProcessorState that ) : Reko.Core

Method Details

Clone() public méthode

public Clone ( ) : ProcessorState
Résultat Reko.Core.ProcessorState

GetRegister() public méthode

public GetRegister ( RegisterStorage reg ) : Constant
reg RegisterStorage
Résultat Constant

OnAfterCall() public méthode

public OnAfterCall ( FunctionType sigCallee ) : void
sigCallee FunctionType
Résultat void

OnBeforeCall() public méthode

public OnBeforeCall ( Identifier stackReg, int returnAddressSize ) : Reko.Core.Code.CallSite
stackReg Identifier
returnAddressSize int
Résultat Reko.Core.Code.CallSite

OnProcedureEntered() public méthode

public OnProcedureEntered ( ) : void
Résultat void

OnProcedureLeft() public méthode

public OnProcedureLeft ( FunctionType procedureSignature ) : void
procedureSignature FunctionType
Résultat void

SetInstructionPointer() public méthode

public SetInstructionPointer ( Address addr ) : void
addr Address
Résultat void

SetRegister() public méthode

public SetRegister ( RegisterStorage reg, Constant v ) : void
reg RegisterStorage
v Constant
Résultat void

VaxProcessorState() public méthode

public VaxProcessorState ( VaxArchitecture arch ) : Reko.Core
arch VaxArchitecture
Résultat Reko.Core

VaxProcessorState() public méthode

public VaxProcessorState ( VaxProcessorState that ) : Reko.Core
that VaxProcessorState
Résultat Reko.Core