pub unsafe extern "C" fn LLVMPrintDbgRecordToString(
Record: LLVMDbgRecordRef,
) -> *mut c_charExpand description
Return a string representation of the DbgRecord. Use LLVMDisposeMessage to free the string.
@see llvm::DbgRecord::print()
pub unsafe extern "C" fn LLVMPrintDbgRecordToString(
Record: LLVMDbgRecordRef,
) -> *mut c_charReturn a string representation of the DbgRecord. Use LLVMDisposeMessage to free the string.
@see llvm::DbgRecord::print()