Lines Matching defs:errorStream
346 raw_ostream &errorStream) {
357 errorStream << "<Pass-Options-Parser>: no such option " << key << "\n";
527 /// `errorStream` is the output stream to emit errors to.
528 LogicalResult initialize(StringRef text, raw_ostream &errorStream);
585 raw_ostream &errorStream) {
596 pipelineMgr.PrintMessage(errorStream, SMLoc::getFromPointer(rawLoc),
768 raw_ostream &errorStream) {
770 if (failed(pipelineParser.initialize(pipeline, errorStream)))
773 errorStream << msg << "\n";
782 raw_ostream &errorStream) {
788 errorStream << "expected pass pipeline to be wrapped with the anchor "
796 errorStream)))