pub unsafe extern "C" fn LLVMGetClause(
LandingPad: LLVMValueRef,
Idx: c_uint,
) -> LLVMValueRef
Expand description
Get the value of the clause with the given index on a landingpad instruction.
pub unsafe extern "C" fn LLVMGetClause(
LandingPad: LLVMValueRef,
Idx: c_uint,
) -> LLVMValueRef
Get the value of the clause with the given index on a landingpad instruction.