Example #1
0
 internal static extern void LLVMComdatSetKind(LLVMComdatRef comdatRef, LLVMComdatSelectionKind kind);
Example #2
0
 internal static extern LLVMComdatRef LLVMModuleInsertOrUpdateComdat(LLVMModuleRef module, [MarshalAs(UnmanagedType.LPStr)] string name, LLVMComdatSelectionKind kind);