Searched refs:AnnotationWriter (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2552 AssemblyAnnotationWriter *AnnotationWriter = nullptr; member in __anon4f18fdef0911::AssemblyWriter 2653 : Out(o), TheModule(M), Machine(Mac), TypePrinter(M), AnnotationWriter(AAW), in AssemblyWriter() 3772 if (AnnotationWriter) AnnotationWriter->emitFunctionAnnot(F, Out); in printFunction() 3976 if (AnnotationWriter) AnnotationWriter->emitBasicBlockStartAnnot(BB, Out); in printBasicBlock() 3983 if (AnnotationWriter) AnnotationWriter->emitBasicBlockEndAnnot(BB, Out); in printBasicBlock() 4008 if (AnnotationWriter) in printInfoComment() 4009 AnnotationWriter->printInfoComment(V, Out); in printInfoComment() 4035 if (AnnotationWriter) AnnotationWriter->emitInstructionAnnot(&I, Out); in printInstruction()
|