pub unsafe extern "C" fn LLVMAddDestination(
IndirectBr: *mut LLVMValue,
Dest: *mut LLVMBasicBlock,
)
Expand description
Add a destination to an indirectbr
instruction
pub unsafe extern "C" fn LLVMAddDestination(
IndirectBr: *mut LLVMValue,
Dest: *mut LLVMBasicBlock,
)
Add a destination to an indirectbr
instruction