Searched refs:LLVMComdatRef (Results 1 – 5 of 5) sorted by relevance
41 LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, const char *Name);48 LLVMComdatRef LLVMGetComdat(LLVMValueRef V);55 void LLVMSetComdat(LLVMValueRef V, LLVMComdatRef C);62 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C);69 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind Kind);
140 typedef struct LLVMComdat *LLVMComdatRef; typedef
29 LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, const char *Name) { in LLVMGetOrInsertComdat()33 LLVMComdatRef LLVMGetComdat(LLVMValueRef V) { in LLVMGetComdat()38 void LLVMSetComdat(LLVMValueRef V, LLVMComdatRef C) { in LLVMSetComdat()43 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C) { in LLVMGetComdatSelectionKind()59 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind kind) { in LLVMSetComdatSelectionKind()
62 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(Comdat, LLVMComdatRef)
42 C C.LLVMComdatRef