Searched refs:LLVMComdatRef (Results 1 – 4 of 4) sorted by relevance
46 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);
155 typedef struct LLVMComdat *LLVMComdatRef; typedef
34 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()
69 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(Comdat, LLVMComdatRef)