Example #1
0
 internal static extern string LLVMComdatGetName(LLVMComdatRef comdatRef);
Example #2
0
 internal static extern void LLVMComdatSetKind(LLVMComdatRef comdatRef, LLVMComdatSelectionKind kind);
Example #3
0
 internal static extern void LLVMGlobalObjectSetComdat(LLVMValueRef Val, LLVMComdatRef comdatRef);
Example #4
0
 internal static extern LLVMComdatSelectionKind LLVMComdatGetKind(LLVMComdatRef comdatRef);
Example #5
0
 internal static extern void LLVMModuleComdatRemove(LLVMModuleRef module, LLVMComdatRef comdatRef);