Set the module that contains this global value.
Synopsis
Declared in <llvm/IR/GlobalValue.h>
void
setParent(Module* parent);
Parameters
Name |
Description |
parent |
The containing module, or null. |
Created with MrDocs