Enum ComdatKind
Comdat kind/behavior
Namespace: Ubiquity.NET.Llvm
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public enum ComdatKind
Fields
Any | Linker may choose any COMDAT key, the choice is arbitrary |
ExactMatch | Linker may choose any COMDAT key but sections must contain the same data |
Largest | The linker will choose the section containing the targets COMDAT key |
NoDuplicates | The linker requires that only one section with this COMDAT key exists |
SameSize | Linker may choose any COMDAT key but sections must contain the same amount of data |