Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DComdat.h39 LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, const char *Name);
46 LLVMComdatRef LLVMGetComdat(LLVMValueRef V);
53 void LLVMSetComdat(LLVMValueRef V, LLVMComdatRef C);
60 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C);
67 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind Kind);
H A DTypes.h153 typedef struct LLVMComdat *LLVMComdatRef; typedef
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DComdat.cpp28 LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, const char *Name) { in LLVMGetOrInsertComdat()
32 LLVMComdatRef LLVMGetComdat(LLVMValueRef V) { in LLVMGetComdat()
37 void LLVMSetComdat(LLVMValueRef V, LLVMComdatRef C) { in LLVMSetComdat()
42 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C) { in LLVMGetComdatSelectionKind()
58 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind kind) { in LLVMSetComdatSelectionKind()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DComdat.h61 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(Comdat, LLVMComdatRef)