Project Alice
|
Go to the source code of this file.
Functions | |
LLVMComdatRef | LLVMGetOrInsertComdat (LLVMModuleRef M, const char *Name) |
LLVMComdatRef | LLVMGetComdat (LLVMValueRef V) |
void | LLVMSetComdat (LLVMValueRef V, LLVMComdatRef C) |
LLVMComdatSelectionKind | LLVMGetComdatSelectionKind (LLVMComdatRef C) |
void | LLVMSetComdatSelectionKind (LLVMComdatRef C, LLVMComdatSelectionKind Kind) |