Home | History | Annotate | Download | only in Reader

Lines Matching refs:ErrInfo

2726 bool BitcodeReader::Materialize(GlobalValue *GV, std::string *ErrInfo) {
2742 if (ErrInfo) *ErrInfo = ErrorString;
2781 bool BitcodeReader::MaterializeModule(Module *M, std::string *ErrInfo) {
2789 Materialize(F, ErrInfo))