Set the COMDAT group for this global object, or clear it if C is null.
Synopsis
Declared in <llvm/IR/GlobalObject.h>
void
setComdat(Comdat* C);
Parameters
Name |
Description |
C |
The Comdat to assign, or null to clear. |
Created with MrDocs