Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching refs:ErrInfo

2849 bool BitcodeReader::Materialize(GlobalValue *GV, std::string *ErrInfo) {
2861 if (ErrInfo) *ErrInfo = ErrorString;
2900 bool BitcodeReader::MaterializeModule(Module *M, std::string *ErrInfo) {
2908 Materialize(F, ErrInfo))