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