LLVM: llvm::Comdat Class Reference (original) (raw)
#include "[llvm/IR/Comdat.h](llvm%5F2IR%5F2Comdat%5F8h%5Fsource.html)"
Definition at line 34 of file Comdat.h.
◆ SelectionKind
| Enumerator |
|
| Any |
The linker may choose any COMDAT. |
| ExactMatch |
The data referenced by the COMDAT must be the same. |
| Largest |
The linker will choose the largest COMDAT. |
| NoDeduplicate |
No deduplication is performed. |
| SameSize |
The data referenced by the COMDAT must be the same size. |
Definition at line 36 of file Comdat.h.
◆ Comdat() [1/2]
◆ Comdat() [2/2]
◆ dump()
◆ getName()
◆ getSelectionKind()
◆ getUsers()
◆ print()
◆ setSelectionKind()
◆ GlobalObject
◆ Module
The documentation for this class was generated from the following files: