Lines Matching refs:ctxt
43 set_show_locs(write_context& ctxt, bool flag);
46 set_annotate(write_context& ctxt, bool flag);
49 set_write_architecture(write_context& ctxt, bool flag);
52 set_write_corpus_path(write_context& ctxt, bool flag);
55 set_write_comp_dir(write_context& ctxt, bool flag);
58 set_write_elf_needed(write_context& ctxt, bool flag);
61 set_write_default_sizes(write_context& ctxt, bool flag);
64 set_short_locs(write_context& ctxt, bool flag);
67 set_write_parameter_names(write_context& ctxt, bool flag);
70 set_type_id_style(write_context& ctxt, type_id_style_kind style);
76 /// @param ctxt the @ref the write_context to consider.
83 set_common_options(write_context& ctxt, const OPTS& opts)
85 set_annotate(ctxt, opts.annotate);
86 set_show_locs(ctxt, opts.show_locs);
87 set_write_architecture(ctxt, opts.write_architecture);
88 set_write_corpus_path(ctxt, opts.write_corpus_path);
89 set_write_comp_dir(ctxt, opts.write_comp_dir);
90 set_write_elf_needed(ctxt, opts.write_elf_needed);
91 set_write_parameter_names(ctxt, opts.write_parameter_names);
92 set_short_locs(ctxt, opts.short_locs);
93 set_write_default_sizes(ctxt, opts.default_sizes);
94 set_type_id_style(ctxt, opts.type_id_style);
98 set_ostream(write_context& ctxt, ostream& os);
101 write_translation_unit(write_context& ctxt,
120 write_corpus(write_context& ctxt,