Home | History | Annotate | Download | only in Reader

Lines Matching defs:Materialize

34     F->Materialize();
2726 bool BitcodeReader::Materialize(GlobalValue *GV, std::string *ErrInfo) {
2783 "Can only Materialize the Module this BitcodeReader is attached to.");
2789 Materialize(F, ErrInfo))