Module comdat

Source
Expand description

COMDAT

Enums§

LLVMComdatSelectionKind

Functions§

LLVMGetComdat
Get the Comdat assigned to the given global object.
LLVMGetComdatSelectionKind
Get the conflict resolution selection kind for the Comdat.
LLVMGetOrInsertComdat
Return the Comdat in the module with the specified name. It is created if it didn’t already exist.
LLVMSetComdat
Assign the Comdat to the given global object.
LLVMSetComdatSelectionKind
Set the conflict resolution selection kind for the Comdat.