Searched refs:AnnotationWriter (Results 1 – 1 of 1) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | AsmWriter.cpp | 2363 AssemblyAnnotationWriter *AnnotationWriter = nullptr; member in __anon781d50630611::AssemblyWriter 2459 : Out(o), TheModule(M), Machine(Mac), TypePrinter(M), AnnotationWriter(AAW), in AssemblyWriter() 3409 if (AnnotationWriter) AnnotationWriter->emitFunctionAnnot(F, Out); in printFunction() 3613 if (AnnotationWriter) AnnotationWriter->emitBasicBlockStartAnnot(BB, Out); in printBasicBlock() 3620 if (AnnotationWriter) AnnotationWriter->emitBasicBlockEndAnnot(BB, Out); in printBasicBlock() 3645 if (AnnotationWriter) in printInfoComment() 3646 AnnotationWriter->printInfoComment(V, Out); in printInfoComment() 3668 if (AnnotationWriter) AnnotationWriter->emitInstructionAnnot(&I, Out); in printInstruction()
|