Searched refs:ComdatSelectionKind (Results 1 – 1 of 1) sorted by relevance
74 ComdatSelectionKind C.LLVMComdatSelectionKind type290 AnyComdatSelectionKind ComdatSelectionKind = C.LLVMAnyComdatSelectionKind291 ExactMatchComdatSelectionKind ComdatSelectionKind = C.LLVMExactMatchComdatSelectionKind292 LargestComdatSelectionKind ComdatSelectionKind = C.LLVMLargestComdatSelectionKind293 NoDuplicatesComdatSelectionKind ComdatSelectionKind = C.LLVMNoDuplicatesComdatSelectionKind294 SameSizeComdatSelectionKind ComdatSelectionKind = C.LLVMSameSizeComdatSelectionKind1115 func (c Comdat) SelectionKind() ComdatSelectionKind {1116 return ComdatSelectionKind(C.LLVMGetComdatSelectionKind(c.C))1119 func (c Comdat) SetSelectionKind(k ComdatSelectionKind) {