Function llvm_sys::core::LLVMGetNumClauses
source ยท pub unsafe extern "C" fn LLVMGetNumClauses(
LandingPad: LLVMValueRef,
) -> c_uint
Expand description
Get the number of clauses on a landingpad instruction.
pub unsafe extern "C" fn LLVMGetNumClauses(
LandingPad: LLVMValueRef,
) -> c_uint
Get the number of clauses on a landingpad instruction.