Function llvm_sys::comdat::LLVMGetOrInsertComdat
source · 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.