Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 NoDuplicatesComdatSelectionKind ComdatSelectionKind = C.LLVMNoDuplicatesComdatSelectionKind
294 SameSizeComdatSelectionKind ComdatSelectionKind = C.LLVMSameSizeComdatSelectionKind
1115 func (c Comdat) SelectionKind() ComdatSelectionKind {
1116 return ComdatSelectionKind(C.LLVMGetComdatSelectionKind(c.C))
1119 func (c Comdat) SetSelectionKind(k ComdatSelectionKind) {