Méthode | Description | |
---|---|---|
GetDefiningExpression ( Identifier id ) : Expression | ||
GetValue ( Application appl ) : Expression | ||
GetValue ( Identifier id ) : Expression | ||
GetValue ( MemoryAccess access ) : Expression | ||
GetValue ( SegmentedAccess access ) : Expression | ||
IsUsedInPhi ( Identifier id ) : bool | ||
MakeSegmentedAddress ( Constant seg, Constant off ) : Expression | ||
RemoveExpressionUse ( Expression exp ) : void | ||
RemoveIdentifierUse ( Identifier id ) : void | ||
SetValue ( Identifier id, Expression value ) : void | ||
SetValueEa ( Expression ea, Expression value ) : void | ||
SetValueEa ( Expression basePtr, Expression ea, Expression value ) : void | ||
SsaEvaluationContext ( IProcessorArchitecture arch, SsaIdentifierCollection ssaIds ) : Reko.Core | ||
UseExpression ( Expression exp ) : void |
public GetDefiningExpression ( Identifier id ) : Expression | ||
id | Identifier | |
Résultat | Expression |
public GetValue ( Application appl ) : Expression | ||
appl | Application | |
Résultat | Expression |
public GetValue ( Identifier id ) : Expression | ||
id | Identifier | |
Résultat | Expression |
public GetValue ( MemoryAccess access ) : Expression | ||
access | MemoryAccess | |
Résultat | Expression |
public GetValue ( SegmentedAccess access ) : Expression | ||
access | SegmentedAccess | |
Résultat | Expression |
public IsUsedInPhi ( Identifier id ) : bool | ||
id | Identifier | |
Résultat | bool |
public MakeSegmentedAddress ( Constant seg, Constant off ) : Expression | ||
seg | Constant | |
off | Constant | |
Résultat | Expression |
public RemoveExpressionUse ( Expression exp ) : void | ||
exp | Expression | |
Résultat | void |
public RemoveIdentifierUse ( Identifier id ) : void | ||
id | Identifier | |
Résultat | void |
public SetValue ( Identifier id, Expression value ) : void | ||
id | Identifier | |
value | Expression | |
Résultat | void |
public SetValueEa ( Expression ea, Expression value ) : void | ||
ea | Expression | |
value | Expression | |
Résultat | void |
public SetValueEa ( Expression basePtr, Expression ea, Expression value ) : void | ||
basePtr | Expression | |
ea | Expression | |
value | Expression | |
Résultat | void |
public SsaEvaluationContext ( IProcessorArchitecture arch, SsaIdentifierCollection ssaIds ) : Reko.Core | ||
arch | IProcessorArchitecture | |
ssaIds | SsaIdentifierCollection | |
Résultat | Reko.Core |
public UseExpression ( Expression exp ) : void | ||
exp | Expression | |
Résultat | void |