Searched refs:lto_input_location (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gimple-streamer-in.c | 57 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()
|
| HD | lto-streamer-in.c | 190 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()
|
| HD | tree-streamer-in.c | 556 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()
|
| HD | lto-streamer.h | 829 location_t lto_input_location (struct lto_input_block *, struct data_in *);
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | lto-streamer.c | 307 streamer_hooks.input_location = lto_input_location; in lto_streamer_hooks_init()
|
| HD | lto-streamer.h | 852 void lto_input_location (location_t *, struct bitpack_d *, struct data_in *);
|
| HD | lto-streamer-in.c | 289 lto_input_location (location_t *loc, struct bitpack_d *bp, in lto_input_location() function
|