Searched refs:output_block (Results 1 - 18 of 18) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgimple-streamer.h40 void output_bb (struct output_block *, basic_block, struct function *);
H A Dtree-streamer.h85 void streamer_write_string_cst (struct output_block *,
87 void streamer_write_chain (struct output_block *, tree, bool);
88 void streamer_write_tree_header (struct output_block *, tree);
89 void streamer_write_tree_bitfields (struct output_block *, tree);
90 void streamer_write_tree_body (struct output_block *, tree, bool);
91 void streamer_write_integer_cst (struct output_block *, tree, bool);
92 void streamer_write_builtin (struct output_block *, tree);
H A Dstreamer-hooks.h27 struct output_block;
39 a tree node. The arguments are: output_block where to write the
45 void (*write_tree) (struct output_block *, tree, bool, bool);
58 void (*output_location) (struct output_block *, struct bitpack_d *, location_t);
H A Ddata-streamer.h54 void streamer_write_zero (struct output_block *);
55 void streamer_write_uhwi (struct output_block *, unsigned HOST_WIDE_INT);
56 void streamer_write_hwi (struct output_block *, HOST_WIDE_INT);
57 void streamer_write_gcov_count (struct output_block *, gcov_type);
58 void streamer_write_string (struct output_block *, struct lto_output_stream *,
60 void streamer_write_string_with_length (struct output_block *,
63 void bp_pack_string_with_length (struct output_block *, struct bitpack_d *,
65 void bp_pack_string (struct output_block *, struct bitpack_d *,
307 streamer_write_record_start (struct output_block *ob, enum LTO_tags tag)
H A Ddata-streamer-out.c105 streamer_string_index (struct output_block *ob, const char *s, unsigned int len,
155 streamer_write_string_with_length (struct output_block *ob,
174 streamer_write_string (struct output_block *ob,
193 bp_pack_string_with_length (struct output_block *ob, struct bitpack_d *bp,
209 bp_pack_string (struct output_block *ob, struct bitpack_d *bp,
223 streamer_write_zero (struct output_block *ob)
232 streamer_write_uhwi (struct output_block *ob, unsigned HOST_WIDE_INT work)
241 streamer_write_hwi (struct output_block *ob, HOST_WIDE_INT work)
249 streamer_write_gcov_count (struct output_block *ob, gcov_type work)
H A Dtree-streamer-out.c65 streamer_write_string_cst (struct output_block *ob,
81 write_identifier (struct output_block *ob,
357 pack_ts_block_value_fields (struct output_block *ob,
375 pack_ts_translation_unit_decl_value_fields (struct output_block *ob,
386 pack_ts_omp_clause_value_fields (struct output_block *ob,
425 streamer_write_tree_bitfields (struct output_block *ob, tree expr)
506 streamer_write_builtin (struct output_block *ob, tree expr)
542 streamer_write_chain (struct output_block *ob, tree t, bool ref_p)
570 write_ts_common_tree_pointers (struct output_block *ob, tree expr, bool ref_p)
582 write_ts_vector_tree_pointers (struct output_block *o
[all...]
H A Dlto-streamer-out.c88 static void lto_write_tree (struct output_block*, tree, bool);
93 clear_line_info (struct output_block *ob)
104 struct output_block *
107 struct output_block *ob = XCNEW (struct output_block);
130 destroy_output_block (struct output_block *ob)
152 output_type_ref (struct output_block *ob, tree node)
204 lto_output_location (struct output_block *ob, struct bitpack_d *bp,
239 lto_output_tree_ref (struct output_block *ob, tree expr)
384 lto_write_tree_1 (struct output_block *o
[all...]
H A Dlto-streamer.h693 struct output_block struct
875 extern struct output_block *create_output_block (enum lto_section_type);
876 extern void destroy_output_block (struct output_block *);
877 extern void lto_output_tree (struct output_block *, tree, bool, bool);
879 extern void produce_asm (struct output_block *ob, tree fn);
882 void lto_output_decl_state_streams (struct output_block *,
884 void lto_output_decl_state_refs (struct output_block *,
887 void lto_output_location (struct output_block *, struct bitpack_d *, location_t);
922 void cl_target_option_stream_out (struct output_block *, struct bitpack_d *,
H A Dvalue-prof.h115 extern void stream_out_histogram_value (struct output_block *, histogram_value);
H A Dgimple-streamer-out.c63 output_phi (struct output_block *ob, gphi *phi)
84 output_gimple_stmt (struct output_block *ob, gimple stmt)
225 output_bb (struct output_block *ob, basic_block bb, struct function *fn)
H A Dipa-prop.c4437 ipa_write_jump_function (struct output_block *ob,
4583 ipa_write_indirect_edge_info (struct output_block *ob,
4643 ipa_write_node_info (struct output_block *ob, struct cgraph_node *node)
4775 struct output_block *ob;
4887 write_ipcp_transformation_info (output_block *ob, cgraph_node *node)
5000 struct output_block *ob;
H A Dlto-cgraph.c1974 output_edge_opt_summary (struct output_block *ob ATTRIBUTE_UNUSED,
1982 output_node_opt_summary (struct output_block *ob,
2041 struct output_block *ob = create_output_block (LTO_section_cgraph_opt_sum);
H A Dipa-inline-analysis.c4353 write_predicate (struct output_block *ob, struct predicate *p)
4369 write_inline_edge_summary (struct output_block *ob, struct cgraph_edge *e)
4392 struct output_block *ob = create_output_block (LTO_section_inline_summary);
H A Dvalue-prof.c415 stream_out_histogram_value (struct output_block *ob, histogram_value hist)
H A Dipa-polymorphic-call.c694 ipa_polymorphic_call_context::stream_out (struct output_block *ob) const
H A Dcgraph.h1456 void stream_out (struct output_block *) const;
H A Dipa-icf.c2151 output_block *ob = create_output_block (LTO_section_ipa_icf);
/haiku-buildtools/legacy/gcc/gcc/
H A Ddwarfout.c442 static void output_block PROTO((tree, int));
4626 output_block (stmt, depth)
4753 output_block (subblocks, depth + 1);
4613 output_block (stmt, depth) function

Completed in 313 milliseconds