LLVMPrintModuleToString

Function LLVMPrintModuleToString 

Source
pub unsafe extern "C" fn LLVMPrintModuleToString(
    M: LLVMModuleRef,
) -> *mut c_char
Expand description

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

@see Module::print()