llvm_sys::core

Function LLVMGetClause

Source
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.