LLVMDumpModule

Function LLVMDumpModule 

Source
pub unsafe extern "C" fn LLVMDumpModule(M: LLVMModuleRef)
Expand description

Dump a representation of a module to stderr.

@see Module::dump()