LLVMPrintDbgRecordToString

Function 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.

@see llvm::DbgRecord::print()