internal static extern string LLVMComdatGetName(LLVMComdatRef comdatRef);
internal static extern void LLVMComdatSetKind(LLVMComdatRef comdatRef, LLVMComdatSelectionKind kind);
internal static extern void LLVMGlobalObjectSetComdat(LLVMValueRef Val, LLVMComdatRef comdatRef);
internal static extern LLVMComdatSelectionKind LLVMComdatGetKind(LLVMComdatRef comdatRef);
internal static extern void LLVMModuleComdatRemove(LLVMModuleRef module, LLVMComdatRef comdatRef);