Return true if this global has not yet been fully read from its source.
Declared in <llvm/IR/GlobalValue.h>
bool
isMaterializable() const;
If this function's Module is being lazily streamed in functions from disk or some other source, this method can be used to check to see if the function has been read in yet or not.
True if this global has not yet been fully materialized.