Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DComdat.h74 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind Kind);
/llvm-project-15.0.7/llvm/lib/IR/
H A DComdat.cpp64 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind kind) { in LLVMSetComdatSelectionKind() function
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1086 C.LLVMSetComdatSelectionKind(c.C, (C.LLVMComdatSelectionKind)(k))