Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DComdat.h68 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind Kind);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DComdat.cpp58 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind kind) { in LLVMSetComdatSelectionKind() function
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1120 C.LLVMSetComdatSelectionKind(c.C, (C.LLVMComdatSelectionKind)(k))