Function LLVMGetClause

Source
pub unsafe extern "C" fn LLVMGetClause(
    LandingPad: *mut LLVMValue,
    Idx: u32,
) -> *mut LLVMValue
Expand description

Get the value of the clause with the given index on a landingpad instruction.