Home
last modified time | relevance | path

Searched refs:ComdatSelectionKind (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go74 ComdatSelectionKind C.LLVMComdatSelectionKind type
290 AnyComdatSelectionKind ComdatSelectionKind = C.LLVMAnyComdatSelectionKind
291 ExactMatchComdatSelectionKind ComdatSelectionKind = C.LLVMExactMatchComdatSelectionKind
292 LargestComdatSelectionKind ComdatSelectionKind = C.LLVMLargestComdatSelectionKind
293 NoDeduplicateComdatSelectionKind ComdatSelectionKind = C.LLVMNoDeduplicateComdatSelectionKind
294 SameSizeComdatSelectionKind ComdatSelectionKind = C.LLVMSameSizeComdatSelectionKind
1081 func (c Comdat) SelectionKind() ComdatSelectionKind {
1082 return ComdatSelectionKind(C.LLVMGetComdatSelectionKind(c.C))
1085 func (c Comdat) SetSelectionKind(k ComdatSelectionKind) {