Lines Matching refs:ROS
3295 void Function::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW,
3299 formatted_raw_ostream OS(ROS);
3306 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW,
3309 formatted_raw_ostream OS(ROS);
3315 void NamedMDNode::print(raw_ostream &ROS, bool IsForDebug) const {
3317 formatted_raw_ostream OS(ROS);
3322 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST,
3333 formatted_raw_ostream OS(ROS);
3338 void Comdat::print(raw_ostream &ROS, bool /*IsForDebug*/) const {
3339 PrintLLVMName(ROS, getName(), ComdatPrefix);
3340 ROS << " = comdat ";
3344 ROS << "any";
3347 ROS << "exactmatch";
3350 ROS << "largest";
3353 ROS << "noduplicates";
3356 ROS << "samesize";
3360 ROS << '\n';
3389 void Value::print(raw_ostream &ROS
3397 print(ROS, MST, IsForDebug);
3400 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST,
3402 formatted_raw_ostream OS(ROS);
3428 V->getMetadata()->print(ROS, MST, getModuleFromVal(V));
3492 static void printMetadataImpl(raw_ostream &ROS, const Metadata &MD,
3495 formatted_raw_ostream OS(ROS);