Lines Matching refs:StrBuf
51 raw_string_ostream StrBuf(Buffer); in Fatal() local
52 naclbitc::ErrorAt(StrBuf, naclbitc::Fatal, in Fatal()
54 report_fatal_error(StrBuf.str()); in Fatal()
59 raw_string_ostream StrBuf(Buffer); in reportInvalidAbbrevNumber() local
60 StrBuf << "Invalid abbreviation # " << AbbrevNo << " defined for record"; in reportInvalidAbbrevNumber()
61 ErrHandler->Fatal(StrBuf.str()); in reportInvalidAbbrevNumber()
66 raw_string_ostream StrBuf(Buffer); in reportInvalidJumpToBit() local
67 StrBuf << "Invalid jump to bit " << BitNo; in reportInvalidJumpToBit()
68 ErrHandler->Fatal(StrBuf.str()); in reportInvalidJumpToBit()
249 raw_string_ostream StrBuf(Buffer); in getEncoding() local
250 StrBuf << "Invalid abbreviation encoding specified in bitcode file: " in getEncoding()
252 ErrHandler->Fatal(StrBuf.str()); in getEncoding()
288 raw_string_ostream StrBuf(Buffer); in ReadAbbrevRecord() local
289 StrBuf << "Invalid abbreviation encoding (" in ReadAbbrevRecord()
292 ErrHandler->Fatal(StrBuf.str()); in ReadAbbrevRecord()
298 raw_string_ostream StrBuf(Buffer); in ReadAbbrevRecord() local
299 StrBuf << "Invalid abbreviation encoding (" in ReadAbbrevRecord()
301 ErrHandler->Fatal(StrBuf.str()); in ReadAbbrevRecord()