Function LLVMGetLastDbgRecord

Source
pub unsafe extern "C" fn LLVMGetLastDbgRecord(
    Inst: LLVMValueRef,
) -> LLVMDbgRecordRef
Expand description

Obtain the last debug record attached to an instruction.

Return the last DbgRecord attached to Inst or NULL if there are none.