Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-dis/
Dllvm-dis.cpp65 class CommentWriter : public AssemblyAnnotationWriter { class
175 Annotator.reset(new CommentWriter()); in main()
/external/pdfium/samples/
Dimage_diff_png.cc406 class CommentWriter { class
408 explicit CommentWriter(const std::vector<Comment>& comments) in CommentWriter() function in image_diff_png::__anon3a3a145c0311::CommentWriter
415 ~CommentWriter() { in ~CommentWriter()
472 CommentWriter comment_writer(comments); in DoLibpngWrite()
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp77 class CommentWriter : public AssemblyAnnotationWriter { class
219 Annotator.reset(new CommentWriter()); in main()