Add TableGen ctags(1) emitter and helper script.
[oota-llvm.git] / utils / TableGen / TableGenBackends.h
index cc99092658445629fd0eeaf26c6bc960cef52986..28b626e17e89403567f51c28fdd6d90416345bb4 100644 (file)
@@ -75,5 +75,6 @@ void EmitRegisterInfo(RecordKeeper &RK, raw_ostream &OS);
 void EmitSubtarget(RecordKeeper &RK, raw_ostream &OS);
 void EmitMapTable(RecordKeeper &RK, raw_ostream &OS);
 void EmitOptParser(RecordKeeper &RK, raw_ostream &OS);
+void EmitCTags(RecordKeeper &RK, raw_ostream &OS);
 
 } // End llvm namespace