ISyscallAnalyzable Type
The interface for syscall stub analysis. This is to know whether the given syscall instruction is an exit syscall or not. Since this analysis runs in the middle of the CFG building, it should be solely based on the LowUIRCFG, not the SSACFG.
Instance members
Instance member | Description |
Full Usage:
this.IsExit
Parameters:
CFGBuildingContext<'FnCtx, 'GlCtx>
TargetVertex : IVertex<LowUIRBasicBlock>
Returns: bool
Modifiers: abstract Type parameters: 'FnCtx, 'GlCtx |
|
Full Usage:
this.MakeAbstract
Parameters:
CFGBuildingContext<'FnCtx, 'GlCtx>
TargetVertex : IVertex<LowUIRBasicBlock>
IsExit : bool
Returns: FunctionAbstraction<Stmt>
Modifiers: abstract Type parameters: 'FnCtx, 'GlCtx |
|