pub unsafe extern "C" fn LLVMGetClause(
LandingPad: LLVMValueRef,
Idx: c_uint,
) -> LLVMValueRefExpand 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,
) -> LLVMValueRefGet the value of the clause with the given index on a landingpad instruction.