Lines Matching defs:ROS

4851 void Function::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW,
4855 formatted_raw_ostream OS(ROS);
4862 void BasicBlock::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW,
4866 formatted_raw_ostream OS(ROS);
4873 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW,
4876 formatted_raw_ostream OS(ROS);
4882 void NamedMDNode::print(raw_ostream &ROS, bool IsForDebug) const {
4884 formatted_raw_ostream OS(ROS);
4889 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST,
4900 formatted_raw_ostream OS(ROS);
4905 void Comdat::print(raw_ostream &ROS, bool /*IsForDebug*/) const {
4906 PrintLLVMName(ROS, getName(), ComdatPrefix);
4907 ROS << " = comdat ";
4911 ROS << "any";
4914 ROS << "exactmatch";
4917 ROS << "largest";
4920 ROS << "nodeduplicate";
4923 ROS << "samesize";
4927 ROS << '\n';
4956 void DbgMarker::print(raw_ostream &ROS, bool IsForDebug) const {
4959 print(ROS, MST, IsForDebug);
4962 void DbgVariableRecord::print(raw_ostream &ROS, bool IsForDebug) const {
4965 print(ROS, MST, IsForDebug);
4968 void DbgMarker::print(raw_ostream &ROS, ModuleSlotTracker &MST,
4970 formatted_raw_ostream OS(ROS);
4983 void DbgLabelRecord::print(raw_ostream &ROS, bool IsForDebug) const {
4986 print(ROS, MST, IsForDebug);
4989 void DbgVariableRecord::print(raw_ostream &ROS, ModuleSlotTracker &MST,
4991 formatted_raw_ostream OS(ROS);
5006 void DbgLabelRecord::print(raw_ostream &ROS, ModuleSlotTracker &MST,
5008 formatted_raw_ostream OS(ROS);
5022 void Value::print(raw_ostream &ROS, bool IsForDebug) const {
5030 print(ROS, MST, IsForDebug);
5033 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST,
5035 formatted_raw_ostream OS(ROS);
5065 V->getMetadata()->print(ROS, MST, getModuleFromVal(V));
5130 static void printMetadataImplRec(raw_ostream &ROS, const Metadata &MD,
5132 formatted_raw_ostream OS(ROS);
5186 static void printMetadataImpl(raw_ostream &ROS, const Metadata &MD,
5189 formatted_raw_ostream OS(ROS);
5244 void ModuleSummaryIndex::print(raw_ostream &ROS, bool IsForDebug) const {
5246 formatted_raw_ostream OS(ROS);