Home
last modified time | relevance | path

Searched refs:lto_input_location (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDgimple-streamer-in.c57 location_t arg_loc = lto_input_location (ib, data_in); in input_phi()
103 gimple_set_location (stmt, lto_input_location (ib, data_in)); in input_gimple_stmt()
HDlto-streamer-in.c190 lto_input_location (struct lto_input_block *ib, struct data_in *data_in) in lto_input_location() function
376 r->u.must_not_throw.failure_loc = lto_input_location (ib, data_in); in input_eh_region()
796 fn->function_start_locus = lto_input_location (ib, data_in); in input_struct_function_base()
797 fn->function_end_locus = lto_input_location (ib, data_in); in input_struct_function_base()
HDtree-streamer-in.c556 DECL_SOURCE_LOCATION (expr) = lto_input_location (ib, data_in); in lto_input_ts_decl_minimal_tree_pointers()
771 loc = lto_input_location (ib, data_in); in lto_input_ts_exp_tree_pointers()
HDlto-streamer.h829 location_t lto_input_location (struct lto_input_block *, struct data_in *);
/dragonfly/contrib/gcc-8.0/gcc/
HDlto-streamer.c307 streamer_hooks.input_location = lto_input_location; in lto_streamer_hooks_init()
HDlto-streamer.h852 void lto_input_location (location_t *, struct bitpack_d *, struct data_in *);
HDlto-streamer-in.c289 lto_input_location (location_t *loc, struct bitpack_d *bp, in lto_input_location() function