enum Comdat::SelectionKind

Declared at: llvm/include/llvm/IR/Comdat.h:35

Enumerators

NameValueComment
Any0The linker may choose any COMDAT.
ExactMatch1The data referenced by the COMDAT must be the same.
Largest2The linker will choose the largest COMDAT.
NoDeduplicate3No deduplication is performed.
SameSize4The data referenced by the COMDAT must be the same size.