(&self)
| 153 | } |
| 154 | |
| 155 | pub fn start_index(&self) -> C::InstructionIndex { |
| 156 | C::InstructionIndex::from(unsafe { BNGetBasicBlockStart(self.handle) }) |
| 157 | } |
| 158 | |
| 159 | pub fn end_index(&self) -> C::InstructionIndex { |
| 160 | C::InstructionIndex::from(unsafe { BNGetBasicBlockEnd(self.handle) }) |