llvm::GlobalValue::getParent

Return the module that contains this global value.

Synopses

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...

Return Value

The parent module, or null if none.