Project Alice
|
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) |
LLVMComdatRef LLVMGetComdat | ( | LLVMValueRef | V | ) |
Get the Comdat assigned to the given global object.
LLVMComdatSelectionKind LLVMGetComdatSelectionKind | ( | LLVMComdatRef | C | ) |
LLVMComdatRef LLVMGetOrInsertComdat | ( | LLVMModuleRef | M, |
const char * | Name | ||
) |
Return the Comdat in the module with the specified name. It is created if it didn't already exist.
void LLVMSetComdat | ( | LLVMValueRef | V, |
LLVMComdatRef | C | ||
) |
Assign the Comdat to the given global object.
void LLVMSetComdatSelectionKind | ( | LLVMComdatRef | C, |
LLVMComdatSelectionKind | Kind | ||
) |