Home
last modified time | relevance | path

Searched refs:emitEnums (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp498 static void emitEnums(raw_ostream &OS, const RecordKeeper &Records) { in emitEnums() function
557 emitEnums(OS, Records); in EmitMapTable()
H A DInstrInfoEmitter.cpp64 void emitEnums(raw_ostream &OS,
823 emitEnums(OS, NumberedInstructions); in run()
1226 void InstrInfoEmitter::emitEnums( in emitEnums() function in InstrInfoEmitter