Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:Desc

36 void AsmPrinter::EmitSLEB128(int Value, const char *Desc) const {
37 if (isVerbose() && Desc)
38 OutStreamer.AddComment(Desc);
44 void AsmPrinter::EmitULEB128(unsigned Value, const char *Desc,
46 if (isVerbose() && Desc)
47 OutStreamer.AddComment(Desc);
93 /// describing the encoding. Desc is an optional string saying what the
95 void AsmPrinter::EmitEncodingByte(unsigned Val, const char *Desc) const {
97 if (Desc != 0)
98 OutStreamer.AddComment(Twine(Desc)+" Encoding = " +