Function llvm_sys::core::LLVMGetModuleIdentifier
source · pub unsafe extern "C" fn LLVMGetModuleIdentifier(
M: LLVMModuleRef,
Len: *mut size_t
) -> *const c_char
Expand description
Get the identifier of a module.
Len
is written to contains the length of the returned string.