pub unsafe extern "C" fn LLVMGetFirstDbgRecord(
Inst: LLVMValueRef,
) -> LLVMDbgRecordRef
Expand description
Obtain the first debug record attached to an instruction.
Use LLVMGetNextDbgRecord() and LLVMGetPreviousDbgRecord() to traverse the sequence of DbgRecords.
Return the first DbgRecord attached to Inst or NULL if there are none.