Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DComdat.h32 } LLVMComdatSelectionKind; typedef
61 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C);
68 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind Kind);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DComdat.cpp42 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C) { in LLVMGetComdatSelectionKind()
58 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind kind) { in LLVMSetComdatSelectionKind()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go74 ComdatSelectionKind C.LLVMComdatSelectionKind
1120 C.LLVMSetComdatSelectionKind(c.C, (C.LLVMComdatSelectionKind)(k))