enum Comdat::SelectionKind

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

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.
NoDuplicates3No other Module may specify this COMDAT.
SameSize4The data referenced by the COMDAT must be the same size.