Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching refs:ErrInfo

3219 bool BitcodeReader::Materialize(GlobalValue *GV, std::string *ErrInfo) {
3231 if (ErrInfo) *ErrInfo = ErrorString;
3270 bool BitcodeReader::MaterializeModule(Module *M, std::string *ErrInfo) {
3278 Materialize(F, ErrInfo))