Enum llvm_sys::comdat::LLVMComdatSelectionKind [−][src]
#[repr(C)]
pub enum LLVMComdatSelectionKind {
LLVMAnyComdatSelectionKind,
LLVMExactMatchComdatSelectionKind,
LLVMLargestComdatSelectionKind,
LLVMNoDuplicatesComdatSelectionKind,
LLVMSameSizeComdatSelectionKind,
}Variants
The linker may choose any COMDAT.
The data referenced by the COMDAT must be the same.
The linker will choose the largest COMDAT.
No other Module may specify this COMDAT.
The data referenced by the COMDAT must be the same size.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LLVMComdatSelectionKindimpl Send for LLVMComdatSelectionKindimpl Sync for LLVMComdatSelectionKindimpl Unpin for LLVMComdatSelectionKindimpl UnwindSafe for LLVMComdatSelectionKindBlanket Implementations
Mutably borrows from an owned value. Read more