Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DComdat.h31 } LLVMComdatSelectionKind; typedef
60 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C);
67 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind Kind);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DComdat.cpp42 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C) { in LLVMGetComdatSelectionKind()
58 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind kind) { in LLVMSetComdatSelectionKind()