Lines Matching full:os
27 void EmitClangDeclContext(llvm::RecordKeeper &RK, llvm::raw_ostream &OS);
35 void EmitClangASTNodes(llvm::RecordKeeper &RK, llvm::raw_ostream &OS,
38 void EmitClangBasicReader(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
39 void EmitClangBasicWriter(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
40 void EmitClangTypeNodes(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
41 void EmitClangTypeReader(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
42 void EmitClangTypeWriter(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
44 llvm::raw_ostream &OS);
46 llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
47 void EmitClangAttrClass(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
48 void EmitClangAttrImpl(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
49 void EmitClangAttrList(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
51 llvm::raw_ostream &OS);
52 void EmitClangAttrPCHRead(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
53 void EmitClangAttrPCHWrite(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
55 llvm::raw_ostream &OS);
57 llvm::raw_ostream &OS);
59 llvm::raw_ostream &OS);
61 llvm::raw_ostream &OS);
63 llvm::raw_ostream &OS);
65 llvm::raw_ostream &OS);
67 llvm::raw_ostream &OS);
69 llvm::raw_ostream &OS);
71 llvm::raw_ostream &OS);
73 llvm::raw_ostream &OS);
74 void EmitClangAttrDocTable(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
76 void EmitClangBuiltins(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
78 void EmitClangDiagsDefs(llvm::RecordKeeper &Records, llvm::raw_ostream &OS,
80 void EmitClangDiagGroups(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
82 llvm::raw_ostream &OS);
84 void EmitClangSACheckers(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
87 llvm::raw_ostream &OS);
89 llvm::raw_ostream &OS);
91 llvm::raw_ostream &OS);
94 llvm::raw_ostream &OS);
96 llvm::raw_ostream &OS);
97 void EmitClangOpcodes(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
100 llvm::raw_ostream &OS);
102 llvm::raw_ostream &OS);
104 void EmitNeon(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
105 void EmitFP16(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
106 void EmitBF16(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
107 void EmitNeonSema(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
108 void EmitVectorTypes(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
109 void EmitNeonTest(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
111 void EmitSveHeader(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
112 void EmitSveBuiltins(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
113 void EmitSveBuiltinCG(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
114 void EmitSveTypeFlags(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
115 void EmitSveRangeChecks(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
116 void EmitSveStreamingAttrs(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
118 void EmitSmeHeader(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
119 void EmitSmeBuiltins(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
120 void EmitSmeBuiltinCG(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
121 void EmitSmeRangeChecks(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
122 void EmitSmeStreamingAttrs(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
123 void EmitSmeBuiltinZAState(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
125 void EmitMveHeader(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
126 void EmitMveBuiltinDef(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
127 void EmitMveBuiltinSema(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
128 void EmitMveBuiltinCG(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
129 void EmitMveBuiltinAliases(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
131 void EmitRVVHeader(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
132 void EmitRVVBuiltins(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
133 void EmitRVVBuiltinCG(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
134 void EmitRVVBuiltinSema(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
136 void EmitCdeHeader(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
137 void EmitCdeBuiltinDef(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
138 void EmitCdeBuiltinSema(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
139 void EmitCdeBuiltinCG(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
140 void EmitCdeBuiltinAliases(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
142 void EmitClangAttrDocs(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
143 void EmitClangDiagDocs(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
144 void EmitClangOptDocs(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
147 llvm::raw_ostream &OS);
149 llvm::raw_ostream &OS);
151 llvm::raw_ostream &OS);
154 llvm::raw_ostream &OS);
157 llvm::raw_ostream &OS);