Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DComdat.h38 } LLVMComdatSelectionKind; typedef
67 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C);
74 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind Kind);
/llvm-project-15.0.7/llvm/lib/IR/
H A DComdat.cpp48 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C) { in LLVMGetComdatSelectionKind()
64 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind kind) { in LLVMSetComdatSelectionKind()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go74 ComdatSelectionKind C.LLVMComdatSelectionKind
1086 C.LLVMSetComdatSelectionKind(c.C, (C.LLVMComdatSelectionKind)(k))