Home | History | Annotate | Download | only in Reader

Lines Matching defs:Materialize

36     F->Materialize();
3011 bool BitcodeReader::Materialize(GlobalValue *GV, std::string *ErrInfo) {
3068 "Can only Materialize the Module this BitcodeReader is attached to.");
3074 Materialize(F, ErrInfo))