Home | History | Annotate | Download | only in TableGen

Lines Matching refs:RK

21 //    EmitFoo(RecordKeeper &RK, raw_ostream &OS /*, anything else you need */ )
42 // that involved a class and an invocation like `FooEmitter(RK).run(OS)`.
65 void EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly = false);
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 EmitPseudoLowering(RecordKeeper &RK, raw_ostream &OS);
76 void EmitRegisterInfo(RecordKeeper &RK, raw_ostream &OS);
77 void EmitSubtarget(RecordKeeper &RK, raw_ostream &OS);
78 void EmitMapTable(RecordKeeper &RK, raw_ostream &OS);
79 void EmitOptParser(RecordKeeper &RK, raw_ostream &OS);
80 void EmitCTags(RecordKeeper &RK, raw_ostream &OS);
81 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS);
82 void EmitSearchableTables(RecordKeeper &RK, raw_ostream &OS);