Home
last modified time | relevance | path

Searched refs:AnnotationWriter (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2587 AssemblyAnnotationWriter *AnnotationWriter = nullptr; member in __anonf93afd230a11::AssemblyWriter
2683 : Out(o), TheModule(M), Machine(Mac), TypePrinter(M), AnnotationWriter(AAW), in AssemblyWriter()
3692 if (AnnotationWriter) AnnotationWriter->emitFunctionAnnot(F, Out); in printFunction()
3896 if (AnnotationWriter) AnnotationWriter->emitBasicBlockStartAnnot(BB, Out); in printBasicBlock()
3903 if (AnnotationWriter) AnnotationWriter->emitBasicBlockEndAnnot(BB, Out); in printBasicBlock()
3928 if (AnnotationWriter) in printInfoComment()
3929 AnnotationWriter->printInfoComment(V, Out); in printInfoComment()
3951 if (AnnotationWriter) AnnotationWriter->emitInstructionAnnot(&I, Out); in printInstruction()