pub unsafe extern "C" fn LLVMGetCallBrIndirectDest(
CallBr: LLVMValueRef,
Idx: c_uint,
) -> LLVMBasicBlockRefExpand description
Get the indirect destination of a CallBr instruction at the given index.
pub unsafe extern "C" fn LLVMGetCallBrIndirectDest(
CallBr: LLVMValueRef,
Idx: c_uint,
) -> LLVMBasicBlockRefGet the indirect destination of a CallBr instruction at the given index.