enum Comdat::SelectionKind
Declared at: llvm/include/llvm/IR/Comdat.h:33
Enumerators
Name | Value | Comment |
---|---|---|
Any | 0 | The linker may choose any COMDAT. |
ExactMatch | 1 | The data referenced by the COMDAT must be the same. |
Largest | 2 | The linker will choose the largest COMDAT. |
NoDuplicates | 3 | No other Module may specify this COMDAT. |
SameSize | 4 | The data referenced by the COMDAT must be the same size. |