comparison utils/TableGen/TableGenBackends.h @ 120:1172e4bd9c6f

update 4.0.0
author mir3636
date Fri, 25 Nov 2016 19:14:25 +0900
parents 7d135dc70f03
children 803732b1fca8
comparison
equal deleted inserted replaced
101:34baf5011add 120:1172e4bd9c6f
77 void EmitSubtarget(RecordKeeper &RK, raw_ostream &OS); 77 void EmitSubtarget(RecordKeeper &RK, raw_ostream &OS);
78 void EmitMapTable(RecordKeeper &RK, raw_ostream &OS); 78 void EmitMapTable(RecordKeeper &RK, raw_ostream &OS);
79 void EmitOptParser(RecordKeeper &RK, raw_ostream &OS); 79 void EmitOptParser(RecordKeeper &RK, raw_ostream &OS);
80 void EmitCTags(RecordKeeper &RK, raw_ostream &OS); 80 void EmitCTags(RecordKeeper &RK, raw_ostream &OS);
81 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS); 81 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS);
82 void EmitSearchableTables(RecordKeeper &RK, raw_ostream &OS);
82 83
83 } // End llvm namespace 84 } // End llvm namespace
84 85
85 #endif 86 #endif