[−][src]Function llvm_sys::comdat::LLVMGetOrInsertComdat
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.