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