Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching defs:Materialize

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