Function llvm_sys::core::LLVMPrintDbgRecordToString

source ยท
pub unsafe extern "C" fn LLVMPrintDbgRecordToString(
    Record: LLVMDbgRecordRef,
) -> *mut c_char
Expand description

Return a string representation of the DbgRecord.

Use LLVMDisposeMessage to free the string.