X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2FTableGen%2FAsmWriterEmitter.h;h=84c925b66e8cf4c04650d94cf335e2651ecb8790;hb=ed968a9a045cb6fecb80abfb7e938954fed54927;hp=75e69964ef89eeb10533f28cf6b745968d5e869b;hpb=1a55180238dbcf11113f610aea010447e51f595b;p=oota-llvm.git diff --git a/utils/TableGen/AsmWriterEmitter.h b/utils/TableGen/AsmWriterEmitter.h index 75e69964ef8..84c925b66e8 100644 --- a/utils/TableGen/AsmWriterEmitter.h +++ b/utils/TableGen/AsmWriterEmitter.h @@ -35,6 +35,12 @@ namespace llvm { void run(raw_ostream &o); private: + void EmitPrintInstruction(raw_ostream &o); + void EmitGetRegisterName(raw_ostream &o); + void EmitGetInstructionName(raw_ostream &o); + void EmitRegIsInRegClass(raw_ostream &O); + void EmitPrintAliasInstruction(raw_ostream &O); + AsmWriterInst *getAsmWriterInstByID(unsigned ID) const { assert(ID < NumberedInstructions.size()); std::map::const_iterator I =