llvm::Module::materializeAll

Make sure all GlobalValues in this Module are fully read and clear the Materializer.

Synopsis

Declared in <llvm/IR/Module.h>

llvm::Error
materializeAll();

Return Value

Success, or an error if materialization fails.