Home | History | Annotate | Download | only in src

Lines Matching full:strbuf

222     llvm::raw_string_ostream StrBuf(Buffer);
223 StrBuf << "Unrecognized use/exclude registers:";
225 StrBuf << " " << RegName;
226 llvm::report_fatal_error(StrBuf.str());