Return the module that contains this global value.
Declared in <llvm/IR/GlobalValue.h>
Return the module that contains this global value.
Module*
getParent();
» more...
Return the module that contains this global value.
Module const*
getParent() const;
» more...
The parent module, or null if none.