LLVMPrintValueToString

Function LLVMPrintValueToString 

Source
pub unsafe extern "C" fn LLVMPrintValueToString(
    Val: LLVMValueRef,
) -> *mut c_char
Expand description

Return a string representation of the value. Use LLVMDisposeMessage to free the string.

@see llvm::Value::print()