pub unsafe extern "C" fn LLVMGetOrInsertComdat(
M: LLVMModuleRef,
Name: *const c_char,
) -> LLVMComdatRefExpand description
Return the Comdat in the module with the specified name. It is created if it didn’t already exist.
pub unsafe extern "C" fn LLVMGetOrInsertComdat(
M: LLVMModuleRef,
Name: *const c_char,
) -> LLVMComdatRefReturn the Comdat in the module with the specified name. It is created if it didn’t already exist.