Home | History | Annotate | Download | only in TableGen

Lines Matching refs:raw_ostream

19 //    EmitFoo(RecordKeeper &RK, raw_ostream &OS /*, anything else you need */ )
22 // involve generating C++ code to the provided raw_ostream.
60 class raw_ostream;
63 void EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly = false);
64 void EmitAsmMatcher(RecordKeeper &RK, raw_ostream &OS);
65 void EmitAsmWriter(RecordKeeper &RK, raw_ostream &OS);
66 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS);
67 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS);
68 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS);
69 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS);
70 void EmitDisassembler(RecordKeeper &RK, raw_ostream &OS);
71 void EmitFastISel(RecordKeeper &RK, raw_ostream &OS);
72 void EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS);
73 void EmitPseudoLowering(RecordKeeper &RK, raw_ostream &OS);
74 void EmitRegisterInfo(RecordKeeper &RK, raw_ostream &OS);
75 void EmitSubtarget(RecordKeeper &RK, raw_ostream &OS);
76 void EmitMapTable(RecordKeeper &RK, raw_ostream &OS);
77 void EmitOptParser(RecordKeeper &RK, raw_ostream &OS);
78 void EmitCTags(RecordKeeper &RK, raw_ostream &OS);