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