Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DComdat.h38 } LLVMComdatSelectionKind; typedef
67 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C);
74 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind Kind);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DComdat.cpp48 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C) { in LLVMGetComdatSelectionKind()
64 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind kind) { in LLVMSetComdatSelectionKind()