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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DComdat.h32 } LLVMComdatSelectionKind; typedef in typeref:enum:__anon3301
61 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C);
68 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind Kind);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DComdat.cpp42 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C) {
58 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind kind) {

Completed in 56 milliseconds