Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h153 typedef struct LLVMComdat *LLVMComdatRef; typedef
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DComdat.h69 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(Comdat, LLVMComdatRef)
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go41 C C.LLVMComdatRef