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