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 NoDeduplicateComdatSelectionKind ComdatSelectionKind = C.LLVMNoDeduplicateComdatSelectionKind294 SameSizeComdatSelectionKind ComdatSelectionKind = C.LLVMSameSizeComdatSelectionKind1081 func (c Comdat) SelectionKind() ComdatSelectionKind {1082 return ComdatSelectionKind(C.LLVMGetComdatSelectionKind(c.C))1085 func (c Comdat) SetSelectionKind(k ComdatSelectionKind) {