llvm::GlobalValue::isMaterializable

Return true if this global has not yet been fully read from its source.

Synopsis

Declared in <llvm/IR/GlobalValue.h>

bool
isMaterializable() const;

Description

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.

Return Value

True if this global has not yet been fully materialized.