Home
last modified time | relevance | path

Searched refs:LLVMComdatRef (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DComdat.h46 LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, const char *Name);
53 LLVMComdatRef LLVMGetComdat(LLVMValueRef V);
60 void LLVMSetComdat(LLVMValueRef V, LLVMComdatRef C);
67 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C);
74 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind Kind);
H A DTypes.h155 typedef struct LLVMComdat *LLVMComdatRef; typedef
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DComdat.cpp34 LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, const char *Name) { in LLVMGetOrInsertComdat()
38 LLVMComdatRef LLVMGetComdat(LLVMValueRef V) { in LLVMGetComdat()
43 void LLVMSetComdat(LLVMValueRef V, LLVMComdatRef C) { in LLVMSetComdat()
48 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C) { in LLVMGetComdatSelectionKind()
64 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind kind) { in LLVMSetComdatSelectionKind()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DComdat.h69 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(Comdat, LLVMComdatRef)