ΒΆLLVMComdatRef LLVMGetOrInsertComdat(
    LLVMModuleRef M,
    const char* Name)

Description

Return the Comdat in the module with the specified name. It is created if it didn't already exist.

Declared at: llvm/include/llvm-c/Comdat.h:40

Parameters

LLVMModuleRef M
const char* Name