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.h47 LLVM_C_ABI LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M,
55 LLVM_C_ABI LLVMComdatRef LLVMGetComdat(LLVMValueRef V);
62 LLVM_C_ABI void LLVMSetComdat(LLVMValueRef V, LLVMComdatRef C);
69 LLVM_C_ABI LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C);
76 LLVM_C_ABI void LLVMSetComdatSelectionKind(LLVMComdatRef C,
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.h70 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(Comdat, LLVMComdatRef)