pub unsafe extern "C" fn LLVMGetOrInsertComdat(
M: LLVMModuleRef,
Name: *const c_char,
) -> LLVMComdatRef
Expand 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,
) -> LLVMComdatRef
Return the Comdat in the module with the specified name. It is created if it didn’t already exist.