Home
last modified time | relevance | path

Searched refs:OS (Results 1 – 25 of 2279) sorted by relevance

12345678910>>...92

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp40 return OS; in operator <<()
68 return OS; in operator <<()
73 OS << "__"; in operator <<()
100 return OS; in operator <<()
116 return OS; in operator <<()
165 return OS; in operator <<()
185 return OS; in operator <<()
199 return OS; in operator <<()
210 return OS; in operator <<()
236 return OS; in operator <<()
[all …]
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp28 IfDefScope(StringRef Name, raw_ostream &OS) : Name(Name), OS(OS) { in IfDefScope() argument
47 OS << "\n"; in GenerateEnumClass()
53 OS << "};\n"; in GenerateEnumClass()
54 OS << "\n"; in GenerateEnumClass()
64 OS << "\n"; in GenerateEnumClass()
189 OS << "\n"; in EmitDirectivesDecl()
215 OS << "\n"; in EmitDirectivesDecl()
219 OS << "\n"; in EmitDirectivesDecl()
222 OS << "\n"; in EmitDirectivesDecl()
225 OS << "\n"; in EmitDirectivesDecl()
[all …]
H A DInstrInfoEmitter.cpp122 OS << "0 };\n"; in PrintDefList()
224 OS << "\n"; in EmitOperandInfo()
320 OS << "{"; in emitOperandNameMappings()
344 OS << "}\n"; in emitOperandNameMappings()
464 OS << "}\n"; in emitOperandTypeMappings()
567 OS << "}\n"; in emitLogicalOperandSizeMappings()
575 OS << "}\n"; in emitLogicalOperandSizeMappings()
665 OS << "}\n"; in emitLogicalOperandTypeMappings()
805 OS << "};\n" in emitFeatureVerifier()
851 OS << "}\n"; in emitFeatureVerifier()
[all …]
H A DPredicateExpander.cpp29 OS << ")"; in expandCheckImmOperand()
44 OS << ")"; in expandCheckImmOperand()
52 OS << "!"; in expandCheckImmOperandSimple()
58 OS << ")"; in expandCheckImmOperandSimple()
71 OS << ")"; in expandCheckRegOperand()
84 OS << "!"; in expandCheckRegOperandSimple()
90 OS << ")"; in expandCheckRegOperandSimple()
129 OS << '('; in expandCheckOpcode()
141 OS << '\n'; in expandCheckOpcode()
144 OS << ')'; in expandCheckOpcode()
[all …]
H A DDAGISelMatcherEmitter.cpp199 OS << Val; in EmitVBRValue()
202 OS << ", "; in EmitVBRValue()
316 OS << ";\n" in BeginEmitFunction()
340 OS << "{\n"; in EmitPatternMatchTable()
347 OS << "\n};"; in EmitPatternMatchTable()
354 OS << "{\n"; in EmitPatternMatchTable()
746 OS <<'\n'; in EmitMatcher()
928 OS); in EmitPredicateFunctions()
933 OS); in EmitPredicateFunctions()
1086 OS << '\n'; in EmitHistogram()
[all …]
H A DOptParserEmitter.cpp31 OS << '"'; in write_cstring()
33 OS << '"'; in write_cstring()
34 return OS; in write_cstring()
57 OS << "&"; in emitNameUsingSpelling()
108 OS << ", "; in emit()
110 OS << ", "; in emit()
112 OS << ", "; in emit()
114 OS << ", "; in emit()
116 OS << ", "; in emit()
118 OS << ", "; in emit()
[all …]
H A DRegisterInfoEmitter.cpp131 OS << "};\n"; in runEnums()
194 OS << "};\n"; in runEnums()
197 OS << '\n'; in runEnums()
204 OS << Val; in printInt()
221 OS << '0'; in EmitRegUnitPressure()
229 OS << " };\n" in EmitRegUnitPressure()
263 OS << "\n" in EmitRegUnitPressure()
332 OS << "};\n" in EmitRegUnitPressure()
350 OS << "};\n" in EmitRegUnitPressure()
667 OS << Val; in printDiff16()
[all …]
H A DAsmMatcherEmitter.cpp3077 OS << "\n"; in emitMnemonicSpellChecker()
3082 OS << "\n"; in emitMnemonicSpellChecker()
3088 OS << "\n"; in emitMnemonicSpellChecker()
3091 OS << "\n"; in emitMnemonicSpellChecker()
3098 OS << "}\n"; in emitMnemonicSpellChecker()
3099 OS << "\n"; in emitMnemonicSpellChecker()
3160 OS << "}\n"; in emitMnemonicChecker()
3161 OS << "\n"; in emitMnemonicChecker()
3807 OS << "\n"; in run()
3861 OS << "\n"; in run()
[all …]
H A DAttributes.cpp38 OS << "#endif\n\n"; in emitTargetIndependentNames()
59 OS << "#endif\n\n"; in emitTargetIndependentNames()
72 OS << "#endif\n\n"; in emitTargetIndependentNames()
91 OS << "\n"; in emitFnAttrCompatCheck()
93 OS << "}\n\n"; in emitFnAttrCompatCheck()
105 OS << "}\n\n"; in emitFnAttrCompatCheck()
107 OS << "#endif\n"; in emitFnAttrCompatCheck()
116 OS << "0"; in emitAttributeProperties()
119 OS << ",\n"; in emitAttributeProperties()
122 OS << "};\n"; in emitAttributeProperties()
[all …]
H A DIntrinsicEmitter.cpp131 OS << ", "; in EmitEnumInfo()
161 OS << "};\n"; in EmitTargetInfo()
180 OS << " 0"; in EmitIntrinsicToOverloadTable()
188 OS << "\n};\n\n"; in EmitIntrinsicToOverloadTable()
804 OS << LS; in EmitAttributes()
876 OS << " }\n"; in EmitAttributes()
878 OS << "}\n"; in EmitAttributes()
917 OS << "}\n"; in EmitIntrinsicToBuiltinMap()
941 OS << " "; in EmitIntrinsicToBuiltinMap()
946 OS << "{\n"; in EmitIntrinsicToBuiltinMap()
[all …]
H A DDAGISelMatcher.cpp23 printImpl(OS, indent); in print()
29 printImpl(OS, 0); in printOne()
122 C->print(OS, indent+2); in printImpl()
177 OS.indent(indent) << "}\n"; in printImpl()
192 OS.indent(indent) << "}\n"; in printImpl()
264 OS << Reg->getName(); in printImpl()
266 OS << "zero_reg"; in printImpl()
291 OS.indent(indent); in printImpl()
297 OS << '('; in printImpl()
299 OS << Operands[i] << ' '; in printImpl()
[all …]
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangAttrEmitter.cpp274 OS << " }"; in writeAccessors()
311 OS << " " in writePCHWrite()
395 OS << ";"; in writeAccessors()
598 OS << "};"; in writeDeclarations()
1433 OS << " }\n"; in writeGetSpellingFunction()
1435 OS << "}\n\n"; in writeGetSpellingFunction()
1570 OS << "}\n"; in writePrettyPrintFunction()
3373 OS << "}\n"; in EmitClangAttrHasAttrImpl()
3543 OS << "}\n\n" in EmitClangAttrTemplateInstantiate()
3548 OS << "}\n\n" in EmitClangAttrTemplateInstantiate()
[all …]
H A DClangOpcodesEmitter.cpp126 OS << " = "; in EmitInterp()
133 OS << "(S"; in EmitInterp()
142 OS << "))\n"; in EmitInterp()
152 OS << "}\n"; in EmitInterp()
200 OS << "}\n"; in EmitEmitter()
225 OS << ">\n"; in EmitProto()
286 OS << "("; in EmitGroup()
315 OS << "}\n"; in EmitGroup()
340 OS << "}\n"; in EmitEval()
349 OS << "<"; in PrintTypes()
[all …]
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp38 void AsmToken::dump(raw_ostream &OS) const { in dump()
41 OS << "error"; in dump()
44 OS << "identifier: " << getString(); in dump()
47 OS << "int: " << getString(); in dump()
50 OS << "real: " << getString(); in dump()
53 OS << "string: " << getString(); in dump()
56 case AsmToken::Amp: OS << "Amp"; break; in dump()
58 case AsmToken::At: OS << "At"; break; in dump()
125 OS << " (\""; in dump()
126 OS.write_escaped(getString()); in dump()
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DTypePrinter.cpp180 OS << ' '; in spaceBeforePlaceHolder()
409 OS << '*'; in printPointerBefore()
426 OS << '^'; in printBlockPointerBefore()
453 OS << '&'; in printLValueReferenceBefore()
529 OS << '['; in printConstantArrayAfter()
563 OS << '['; in printVariableArrayAfter()
576 OS << ']'; in printVariableArrayAfter()
610 OS << '['; in printDependentSizedArrayAfter()
613 OS << ']'; in printDependentSizedArrayAfter()
885 OS << '('; in printFunctionProtoAfter()
[all …]
H A DTextNodeDumper.cpp62 : TextTreeStructure(OS, ShowColors), OS(OS), ShowColors(ShowColors), in TextNodeDumper()
68 : TextTreeStructure(OS, ShowColors), OS(OS), ShowColors(ShowColors) {} in TextNodeDumper()
206 OS << " "; in Visit()
237 OS << " "; in Visit()
258 OS << ' '; in Visit()
658 OS << ">"; in dumpSourceRange()
678 OS << ' '; in dumpType()
821 OS << " " in visitParamCommandComment()
948 OS << ')'; in dumpBasePath()
1024 OS << ">"; in VisitCastExpr()
[all …]
H A DStmtPrinter.cpp324 OS << ')'; in PrintRawIfStmt()
630 OS << NL; in VisitObjCAtSynchronizedStmt()
636 OS << NL; in VisitObjCAutoreleasePoolStmt()
652 OS << NL; in VisitCXXCatchStmt()
662 OS << NL; in VisitCXXTryStmt()
676 OS << NL; in VisitSEHTryStmt()
682 OS << NL; in PrintRawSEHFinallyStmt()
690 OS << NL; in PrintRawSEHExceptHandler()
696 OS << NL; in VisitSEHExceptStmt()
702 OS << NL; in VisitSEHFinallyStmt()
[all …]
H A DAttrImpl.cpp42 OS << "("; in getValueString()
62 OS << ")"; in getValueString()
92 OS << ")"; in printPrettyPragma()
102 OS << ")"; in printPrettyPragma()
112 OS << ")"; in printPrettyPragma()
129 OS << ")"; in printPrettyPragma()
145 OS << ")"; in printPrettyPragma()
200 OS << "("; in printPrettyPragma()
202 OS << ")"; in printPrettyPragma()
217 OS << ")"; in printPrettyPragma()
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp29 Stmt->log(OS); in log()
31 return OS; in log()
54 OS << "\n"; in log()
56 return OS; in log()
85 return OS; in logFlags()
108 OS << ":\n"; in log()
125 OS << "\n"; in log()
127 return OS; in log()
172 return OS; in log()
240 OS << "\n"; in log()
[all …]
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSectionELF.cpp34 OS << Name; in printName()
37 OS << '"'; in printName()
42 OS << *B; in printName()
50 OS << '"'; in printName()
86 OS << ",\""; in printSwitchToSection()
88 OS << 'a'; in printSwitchToSection()
90 OS << 'e'; in printSwitchToSection()
92 OS << 'x'; in printSwitchToSection()
94 OS << 'G'; in printSwitchToSection()
128 OS << '"'; in printSwitchToSection()
[all …]
/llvm-project-15.0.7/clang/lib/APINotes/
H A DAPINotesTypes.cpp18 OS << "[UnavailableInSwift] "; in dump()
23 OS << '\n'; in dump()
32 OS << '\n'; in dump()
45 OS << '\n'; in dump()
54 OS << '\n'; in dump()
61 OS << '\n'; in dump()
69 OS << '\n'; in dump()
79 OS << '\n'; in dump()
81 PI.dump(OS); in dump()
97 OS << '\n'; in dump()
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DAnalysis.cpp32 OS << S; in writeEscaped()
35 OS << '"'; in writeEscaped()
40 OS << C; in writeEscaped()
42 OS << '"'; in writeEscaped()
55 OS << C; in writeEscaped()
65 OS << C; in writeEscaped()
130 OS << kCsvSep; in printInstructionRowCsv()
151 OS << "\n"; in printInstructionRowCsv()
202 OS << "\n"; in run()
284 OS << "\">"; in printPointHtml()
[all …]
/llvm-project-15.0.7/lldb/utils/TableGen/
H A DLLDBPropertyDefEmitter.cpp27 OS << ",\n"; in emitPropertyEnum()
31 OS << " {"; in emitProperty()
35 OS << ", "; in emitProperty()
40 OS << type; in emitProperty()
41 OS << ", "; in emitProperty()
45 OS << ", "; in emitProperty()
90 OS << "0"; in emitProperty()
92 OS << ", "; in emitProperty()
106 OS << ", "; in emitProperty()
112 OS << "{}"; in emitProperty()
[all …]
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DDetailedRecordsBackend.cpp60 printReportHeading(OS); in run()
61 printVariables(OS); in run()
62 printClasses(OS); in run()
63 printRecords(OS); in run()
76 OS << NL; in printVariables()
133 OS << NL; in printDefms()
149 OS << " "; in printTemplateArgs()
152 OS << NL; in printTemplateArgs()
173 OS << NL; in printSuperclasses()
184 OS << " Fields:\n"; in printFields()
[all …]
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp91 OS << OpenSeq; in printTo()
121 return OS; in operator <<()
163 OS << "[Data]"; in operator <<()
172 return OS; in operator <<()
258 OS << "["; in operator <<()
269 OS << " ]"; in operator <<()
270 return OS; in operator <<()
274 OS << "{"; in operator <<()
278 OS << " }"; in operator <<()
279 return OS; in operator <<()
[all …]

12345678910>>...92