Searched refs:LLVMComdatRef (Results 1 – 4 of 4) sorted by relevance
40 LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, const char *Name);47 LLVMComdatRef LLVMGetComdat(LLVMValueRef V);54 void LLVMSetComdat(LLVMValueRef V, LLVMComdatRef C);61 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C);68 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind Kind);
153 typedef struct LLVMComdat *LLVMComdatRef; typedef
28 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()
61 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(Comdat, LLVMComdatRef)