Home
last modified time | relevance | path

Searched defs:CommentWriter (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/
Dpretty_clif.rs73 pub(crate) struct CommentWriter { struct
79 impl CommentWriter { argument
100 impl CommentWriter { impl
130 impl FuncWriter for &'_ CommentWriter { implementation
241 mut clif_comments: &CommentWriter, in write_clif_file()
Dbase.rs216 writer: &crate::pretty_clif::CommentWriter, in verify_func()