LLVM 20.0.0git
|
Go to the source code of this file.
Functions | |
LLVMComdatRef | LLVMGetOrInsertComdat (LLVMModuleRef M, const char *Name) |
Return the Comdat in the module with the specified name. | |
LLVMComdatRef | LLVMGetComdat (LLVMValueRef V) |
Get the Comdat assigned to the given global object. | |
void | LLVMSetComdat (LLVMValueRef V, LLVMComdatRef C) |
Assign the Comdat to the given global object. | |
LLVMComdatSelectionKind | LLVMGetComdatSelectionKind (LLVMComdatRef C) |
void | LLVMSetComdatSelectionKind (LLVMComdatRef C, LLVMComdatSelectionKind Kind) |