Lines Matching defs:output

48 #include "output.h"
73 /* Create the output block and return it. SECTION_TYPE is
81 fprintf (streamer_dump_file, "Creating output block for %s\n",
106 /* Destroy the output block OB. */
195 to be done to output actual data. */
271 to be done to output actual data. */
282 to be done to output actual data. Like lto_output_location, but
283 additionally output LOCATION_BLOCK info too and write the BP bitpack. */
293 /* If EXPR is an indexable tree node, output a reference to it to
294 output block OB. Otherwise, output the physical representation of
478 /* Write a physical representation of tree node EXPR to output block
525 /* Write a physical representation of tree node EXPR to output block
544 /* Emit the physical representation of tree node EXPR to output block OB,
659 /* Emit the physical representation of tree node EXPR to output block OB,
1088 /* Do not output BLOCK_SUBBLOCKS. Instead on streaming-in this
1272 /* DECL_IN_TEXT_SECTION is set during final asm output only. */
1404 /* ??? Hash DECL_INITIAL as streamed. Needs the output-block to
1744 /* Emit the physical representation of tree node EXPR to output block OB.
2174 /* Output the base body of struct function FN using output block OB. */
2380 /* Create a section to hold the pickled output of this function. */
2413 /* Create a section to hold the pickled output of this function. */
2634 bitmap output = NULL;
2645 output = BITMAP_ALLOC (&output_obstack);
2654 /* Prepare vector of functions to output and then sort it to optimize
2702 gcc_assert (bitmap_set_bit (output, DECL_UID (snode->decl)));
2737 BITMAP_FREE (output);
2806 output block OB and output stream OUT_STREAM. */
2820 output block OB and output stream OUT_STREAM. */
2915 When symbol is external, we need to output it with DEFAULT visibility
3079 /* Init the streamer_mode_table for output, where we collect info on what