reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  218     const char *Comment = (Byte.index() < TmpBuf->Comments.size())
  219                               ? TmpBuf->Comments[Byte.index()].c_str()
  224   TmpBuf->Comments.clear();
lib/CodeGen/AsmPrinter/DwarfExpression.h
  350     TempBuffer(bool GenerateComments) : BS(Bytes, Comments, GenerateComments) {}