pub unsafe extern "C" fn LLVMGetCallBrNumIndirectDests(
CallBr: LLVMValueRef,
) -> c_uint
Expand description
Get the number of indirect destinations of a CallBr instruction.
pub unsafe extern "C" fn LLVMGetCallBrNumIndirectDests(
CallBr: LLVMValueRef,
) -> c_uint
Get the number of indirect destinations of a CallBr instruction.