Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-dis/
Dllvm-dis.cpp79 class CommentWriter : public AssemblyAnnotationWriter { class
214 Annotator.reset(new CommentWriter()); in main()
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp77 class CommentWriter : public AssemblyAnnotationWriter { class
219 Annotator.reset(new CommentWriter()); in main()
/external/pdfium/testing/image_diff/
Dimage_diff_png.cpp438 class CommentWriter { class
440 explicit CommentWriter(const std::vector<Comment>& comments) in CommentWriter() function in image_diff_png::__anonc84d1df30111::CommentWriter
446 ~CommentWriter() { in ~CommentWriter()
504 CommentWriter comment_writer(comments); in DoLibpngWrite()