Get the data layout of the module this global belongs to.
Declared in <llvm/IR/GlobalValue.h>
<llvm/IR/GlobalValue.h>
DataLayout const& getDataLayout() const;
Requires the global to have a parent module.
The data layout of the parent module.