C# Class Reko.Arch.Vax.VaxProcessorState

Inheritance: Reko.Core.ProcessorState
Datei anzeigen Open project: uxmal/reko Class Usage Examples

Public Methods

Method 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 method

public Clone ( ) : ProcessorState
return Reko.Core.ProcessorState

GetRegister() public method

public GetRegister ( RegisterStorage reg ) : Constant
reg RegisterStorage
return Constant

OnAfterCall() public method

public OnAfterCall ( FunctionType sigCallee ) : void
sigCallee FunctionType
return void

OnBeforeCall() public method

public OnBeforeCall ( Identifier stackReg, int returnAddressSize ) : Reko.Core.Code.CallSite
stackReg Identifier
returnAddressSize int
return Reko.Core.Code.CallSite

OnProcedureEntered() public method

public OnProcedureEntered ( ) : void
return void

OnProcedureLeft() public method

public OnProcedureLeft ( FunctionType procedureSignature ) : void
procedureSignature FunctionType
return void

SetInstructionPointer() public method

public SetInstructionPointer ( Address addr ) : void
addr Address
return void

SetRegister() public method

public SetRegister ( RegisterStorage reg, Constant v ) : void
reg RegisterStorage
v Constant
return void

VaxProcessorState() public method

public VaxProcessorState ( VaxArchitecture arch ) : Reko.Core
arch VaxArchitecture
return Reko.Core

VaxProcessorState() public method

public VaxProcessorState ( VaxProcessorState that ) : Reko.Core
that VaxProcessorState
return Reko.Core