Function rustc_llvm_proxy::proxy::LLVMBuildCatchSwitch
source · #[no_mangle]
pub unsafe extern "C" fn LLVMBuildCatchSwitch(
B: LLVMBuilderRef,
ParentPad: LLVMValueRef,
UnwindBB: LLVMBasicBlockRef,
NumHandler: c_uint,
Name: *const c_char
) -> LLVMValueRef