Lines Matching refs:RecordKeeper
29 @@ -837,6 +837,35 @@ void EmitMappingInsn(RecordKeeper &RK, raw_ostream &OS) {
45 +void EmitInsnNameMaps(RecordKeeper &RK, raw_ostream &OS) {
86 @@ -141,6 +144,9 @@ bool LLVMTableGenMain(raw_ostream &OS, RecordKeeper &Records) {
100 @@ -76,6 +76,7 @@ void EmitDisassembler(RecordKeeper &RK, raw_ostream &OS);
101 void EmitFastISel(RecordKeeper &RK, raw_ostream &OS);
102 void EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS);
103 void EmitMappingInsn(RecordKeeper &RK, raw_ostream &OS);
104 +void EmitInsnNameMaps(RecordKeeper &RK, raw_ostream &OS);
105 void EmitInstrDocs(RecordKeeper &RK, raw_ostream &OS);
106 void EmitPseudoLowering(RecordKeeper &RK, raw_ostream &OS);
107 void EmitCompressInst(RecordKeeper &RK, raw_ostream &OS);