pub unsafe extern "C" fn LLVMGetCallBrDefaultDest(
CallBr: LLVMValueRef,
) -> LLVMBasicBlockRef
Expand description
Get the default destination of a CallBr instruction.
pub unsafe extern "C" fn LLVMGetCallBrDefaultDest(
CallBr: LLVMValueRef,
) -> LLVMBasicBlockRef
Get the default destination of a CallBr instruction.