Lines Matching defs:ROS
4890 void Function::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW,
4894 formatted_raw_ostream OS(ROS);
4901 void BasicBlock::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW,
4905 formatted_raw_ostream OS(ROS);
4912 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW,
4915 formatted_raw_ostream OS(ROS);
4921 void NamedMDNode::print(raw_ostream &ROS, bool IsForDebug) const {
4923 formatted_raw_ostream OS(ROS);
4928 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST,
4939 formatted_raw_ostream OS(ROS);
4944 void Comdat::print(raw_ostream &ROS, bool /*IsForDebug*/) const {
4945 PrintLLVMName(ROS, getName(), ComdatPrefix);
4946 ROS << " = comdat ";
4950 ROS << "any";
4953 ROS << "exactmatch";
4956 ROS << "largest";
4959 ROS << "nodeduplicate";
4962 ROS << "samesize";
4966 ROS << '\n';
4995 void DbgMarker::print(raw_ostream &ROS, bool IsForDebug) const {
4998 print(ROS, MST, IsForDebug);
5001 void DbgVariableRecord::print(raw_ostream &ROS, bool IsForDebug) const {
5004 print(ROS, MST, IsForDebug);
5007 void DbgMarker::print(raw_ostream &ROS, ModuleSlotTracker &MST,
5009 formatted_raw_ostream OS(ROS);
5022 void DbgLabelRecord::print(raw_ostream &ROS, bool IsForDebug) const {
5025 print(ROS, MST, IsForDebug);
5028 void DbgVariableRecord::print(raw_ostream &ROS, ModuleSlotTracker &MST,
5030 formatted_raw_ostream OS(ROS);
5045 void DbgLabelRecord::print(raw_ostream &ROS, ModuleSlotTracker &MST,
5047 formatted_raw_ostream OS(ROS);
5061 void Value::print(raw_ostream &ROS, bool IsForDebug) const {
5069 print(ROS, MST, IsForDebug);
5072 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST,
5074 formatted_raw_ostream OS(ROS);
5104 V->getMetadata()->print(ROS, MST, getModuleFromVal(V));
5169 static void printMetadataImplRec(raw_ostream &ROS, const Metadata &MD,
5171 formatted_raw_ostream OS(ROS);
5225 static void printMetadataImpl(raw_ostream &ROS, const Metadata &MD,
5228 formatted_raw_ostream OS(ROS);
5283 void ModuleSummaryIndex::print(raw_ostream &ROS, bool IsForDebug) const {
5285 formatted_raw_ostream OS(ROS);