pub unsafe extern "C" fn LLVMGetPreviousDbgRecord(
DbgRecord: LLVMDbgRecordRef,
) -> LLVMDbgRecordRefExpand description
Obtain the previous DbgRecord in the sequence or NULL if there are no more.
@see llvm::Instruction::getDbgRecordRange()
pub unsafe extern "C" fn LLVMGetPreviousDbgRecord(
DbgRecord: LLVMDbgRecordRef,
) -> LLVMDbgRecordRefObtain the previous DbgRecord in the sequence or NULL if there are no more.
@see llvm::Instruction::getDbgRecordRange()