Lines Matching refs:OS

20 //    EmitFoo(RecordKeeper &RK, raw_ostream &OS /*, anything else you need */ )
41 // that involved a class and an invocation like `FooEmitter(RK).run(OS)`.
64 void EmitIntrinsicEnums(RecordKeeper &RK, raw_ostream &OS);
65 void EmitIntrinsicImpl(RecordKeeper &RK, raw_ostream &OS);
66 void EmitAsmMatcher(RecordKeeper &RK, raw_ostream &OS);
67 void EmitAsmWriter(RecordKeeper &RK, raw_ostream &OS);
68 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS);
69 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS);
70 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS);
71 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS);
72 void EmitDisassembler(RecordKeeper &RK, raw_ostream &OS);
73 void EmitFastISel(RecordKeeper &RK, raw_ostream &OS);
74 void EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS);
75 void EmitInstrDocs(RecordKeeper &RK, raw_ostream &OS);
76 void EmitPseudoLowering(RecordKeeper &RK, raw_ostream &OS);
77 void EmitCompressInst(RecordKeeper &RK, raw_ostream &OS);
78 void EmitRegisterInfo(RecordKeeper &RK, raw_ostream &OS);
79 void EmitSubtarget(RecordKeeper &RK, raw_ostream &OS);
80 void EmitMapTable(RecordKeeper &RK, raw_ostream &OS);
81 void EmitOptParser(RecordKeeper &RK, raw_ostream &OS);
82 void EmitOptRST(RecordKeeper &RK, raw_ostream &OS);
83 void EmitCTags(RecordKeeper &RK, raw_ostream &OS);
84 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS);
85 void EmitSearchableTables(RecordKeeper &RK, raw_ostream &OS);
86 void EmitGlobalISel(RecordKeeper &RK, raw_ostream &OS);
87 void EmitGICombiner(RecordKeeper &RK, raw_ostream &OS);
88 void EmitX86EVEX2VEXTables(RecordKeeper &RK, raw_ostream &OS);
89 void EmitX86FoldTables(RecordKeeper &RK, raw_ostream &OS);
90 void EmitRegisterBank(RecordKeeper &RK, raw_ostream &OS);
91 void EmitExegesis(RecordKeeper &RK, raw_ostream &OS);
92 void EmitAutomata(RecordKeeper &RK, raw_ostream &OS);