Function LLVMGetModuleIdentifier

Source
pub unsafe extern "C" fn LLVMGetModuleIdentifier(
    M: *mut LLVMModule,
    Len: *mut usize,
) -> *const i8
Expand description

Get the identifier of a module.

Len is written to contains the length of the returned string.