Method LibLLVMModuleInsertOrUpdateComdat
LibLLVMModuleInsertOrUpdateComdat(LLVMModuleRef, String, LLVMComdatSelectionKind)
TODO: Provide summary for Function LibLLVMModuleInsertOrUpdateComdat
Declaration
public static LLVMComdatRef LibLLVMModuleInsertOrUpdateComdat(LLVMModuleRef module, string name, LLVMComdatSelectionKind kind)
Parameters
public static LLVMComdatRef LibLLVMModuleInsertOrUpdateComdat(LLVMModuleRef module, string name, LLVMComdatSelectionKind kind)
LLVMModuleRef | module | TODO: Provide details of parameter module |
String | name | TODO: Provide details of parameter name |
LLVMComdatSelectionKind | kind | TODO: Provide details of parameter kind |
Returns
LLVMComdatRef | TODO: Document return value |