Method | Description | |
---|---|---|
BasicBlock ( string name, Function function ) : System | ||
BasicBlock ( string name, LLVMBasicBlockRef handle ) : System | ||
Delete ( ) : void | ||
GetParent ( ) : Function | ||
GetTerminator ( ) : |
||
MoveAfter ( |
||
MoveBefore ( |
||
RemoveFromParent ( ) : void |
public BasicBlock ( string name, Function function ) : System | ||
name | string | |
function | Function | |
return | System |
public BasicBlock ( string name, LLVMBasicBlockRef handle ) : System | ||
name | string | |
handle | LLVMBasicBlockRef | |
return | System |
public MoveBefore ( |
||
block | ||
return | void |