IAddressable Type
Interface for an addressable basic block.
Instance members
| Instance member |
Description
|
|
The start position (ProgramPoint) of the basic block.
|
|
The instruction address range of the basic block. Even if the block contains a partial IR statements of an instruction, the range of the instruction is considered.
|
B2R2