pub unsafe extern "C" fn LLVMGetLastDbgRecord(
Inst: LLVMValueRef,
) -> LLVMDbgRecordRefExpand description
Obtain the last debug record attached to an instruction.
Return the last DbgRecord attached to Inst or NULL if there are none.
pub unsafe extern "C" fn LLVMGetLastDbgRecord(
Inst: LLVMValueRef,
) -> LLVMDbgRecordRefObtain the last debug record attached to an instruction.
Return the last DbgRecord attached to Inst or NULL if there are none.