Lines Matching refs:RecordKeeper
29 @@ -744,4 +744,99 @@ void EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS) {
90 +void EmitMappingInsn(RecordKeeper &RK, raw_ostream &OS) {
150 @@ -135,6 +138,9 @@ bool LLVMTableGenMain(raw_ostream &OS, RecordKeeper &Records) {
164 @@ -75,6 +75,7 @@ void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS);
165 void EmitDisassembler(RecordKeeper &RK, raw_ostream &OS);
166 void EmitFastISel(RecordKeeper &RK, raw_ostream &OS);
167 void EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS);
168 +void EmitMappingInsn(RecordKeeper &RK, raw_ostream &OS);
169 void EmitInstrDocs(RecordKeeper &RK, raw_ostream &OS);
170 void EmitPseudoLowering(RecordKeeper &RK, raw_ostream &OS);
171 void EmitCompressInst(RecordKeeper &RK, raw_ostream &OS);