Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:Desc

39 void AsmPrinter::EmitSLEB128(int64_t Value, const char *Desc) const {
40 if (isVerbose() && Desc)
41 OutStreamer.AddComment(Desc);
47 void AsmPrinter::EmitULEB128(uint64_t Value, const char *Desc,
49 if (isVerbose() && Desc)
50 OutStreamer.AddComment(Desc);
110 /// describing the encoding. Desc is an optional string saying what the
112 void AsmPrinter::EmitEncodingByte(unsigned Val, const char *Desc) const {
114 if (Desc)
115 OutStreamer.AddComment(Twine(Desc) + " Encoding = " +