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