Lines Matching refs:ROS

4488 void Function::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW,  in print()  argument
4492 formatted_raw_ostream OS(ROS); in print()
4499 void BasicBlock::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print() argument
4503 formatted_raw_ostream OS(ROS); in print()
4510 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print() argument
4513 formatted_raw_ostream OS(ROS); in print()
4519 void NamedMDNode::print(raw_ostream &ROS, bool IsForDebug) const { in print() argument
4521 formatted_raw_ostream OS(ROS); in print()
4526 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() argument
4537 formatted_raw_ostream OS(ROS); in print()
4542 void Comdat::print(raw_ostream &ROS, bool /*IsForDebug*/) const { in print() argument
4543 PrintLLVMName(ROS, getName(), ComdatPrefix); in print()
4544 ROS << " = comdat "; in print()
4548 ROS << "any"; in print()
4551 ROS << "exactmatch"; in print()
4554 ROS << "largest"; in print()
4557 ROS << "nodeduplicate"; in print()
4560 ROS << "samesize"; in print()
4564 ROS << '\n'; in print()
4593 void Value::print(raw_ostream &ROS, bool IsForDebug) const { in print() argument
4601 print(ROS, MST, IsForDebug); in print()
4604 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() argument
4606 formatted_raw_ostream OS(ROS); in print()
4632 V->getMetadata()->print(ROS, MST, getModuleFromVal(V)); in print()
4694 static void printMetadataImpl(raw_ostream &ROS, const Metadata &MD, in printMetadataImpl() argument
4697 formatted_raw_ostream OS(ROS); in printMetadataImpl()
4733 void ModuleSummaryIndex::print(raw_ostream &ROS, bool IsForDebug) const { in print() argument
4735 formatted_raw_ostream OS(ROS); in print()