Home | History | Annotate | Download | only in IR

Lines Matching refs:ROS

2129 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const {
2131 formatted_raw_ostream OS(ROS);
2136 void NamedMDNode::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const {
2138 formatted_raw_ostream OS(ROS);
2159 void Value::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW) const {
2161 ROS << "printing a <null> value\n";
2164 formatted_raw_ostream OS(ROS);