Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching defs:Materialize

3219 bool BitcodeReader::Materialize(GlobalValue *GV, std::string *ErrInfo) {
3272 "Can only Materialize the Module this BitcodeReader is attached to.");
3278 Materialize(F, ErrInfo))