pub unsafe extern "C" fn LLVMGetPreviousDbgRecord(
DbgRecord: LLVMDbgRecordRef,
) -> LLVMDbgRecordRef
Expand description
Obtain the previous DbgRecord in the sequence or NULL if there are no more.
pub unsafe extern "C" fn LLVMGetPreviousDbgRecord(
DbgRecord: LLVMDbgRecordRef,
) -> LLVMDbgRecordRef
Obtain the previous DbgRecord in the sequence or NULL if there are no more.