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

References

lib/IR/AsmWriter.cpp
 3402   if (AnnotationWriter) AnnotationWriter->emitFunctionAnnot(F, Out);
 3402   if (AnnotationWriter) AnnotationWriter->emitFunctionAnnot(F, Out);
 3604   if (AnnotationWriter) AnnotationWriter->emitBasicBlockStartAnnot(BB, Out);
 3604   if (AnnotationWriter) AnnotationWriter->emitBasicBlockStartAnnot(BB, Out);
 3611   if (AnnotationWriter) AnnotationWriter->emitBasicBlockEndAnnot(BB, Out);
 3611   if (AnnotationWriter) AnnotationWriter->emitBasicBlockEndAnnot(BB, Out);
 3636   if (AnnotationWriter)
 3637     AnnotationWriter->printInfoComment(V, Out);
 3659   if (AnnotationWriter) AnnotationWriter->emitInstructionAnnot(&I, Out);
 3659   if (AnnotationWriter) AnnotationWriter->emitInstructionAnnot(&I, Out);