Struct llvm_plugin_inkwell::comdat::Comdat
source · pub struct Comdat(_);Expand description
A Comdat determines how to resolve duplicate sections when linking.
Implementations§
source§impl Comdat
impl Comdat
sourcepub fn get_selection_kind(self) -> ComdatSelectionKind
pub fn get_selection_kind(self) -> ComdatSelectionKind
Gets what kind of Comdat this is.
sourcepub fn set_selection_kind(self, kind: ComdatSelectionKind)
pub fn set_selection_kind(self, kind: ComdatSelectionKind)
Sets what kind of Comdat this should be.