메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public BasicBlock ( string name, LLVMBasicBlockRef handle ) : System | ||
name | string | |
handle | LLVMBasicBlockRef | |
리턴 | System |