B2R2


FakeIRBasicBlock Type

Fake IRBasicBlock. We create a fake block when there is a function call, and thus, a fake block represents a function. Note, fake blocks do not uniquely represent a function. That is, when there are multiple function calls to the same function, we create a fake block for each of the call sites.

Constructors

Constructor Description

FakeIRBasicBlock(ppoint, callSiteAddr, ?isTailCall, ?isIndCall)

Full Usage: FakeIRBasicBlock(ppoint, callSiteAddr, ?isTailCall, ?isIndCall)

Parameters:
    ppoint : ProgramPoint
    callSiteAddr : Addr
    ?isTailCall : bool
    ?isIndCall : bool

Returns: FakeIRBasicBlock
ppoint : ProgramPoint
callSiteAddr : Addr
?isTailCall : bool
?isIndCall : bool
Returns: FakeIRBasicBlock