Home
last modified time | relevance | path

Searched refs:lto_location_cache (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-streamer.h269 class lto_location_cache
284 lto_location_cache () in lto_location_cache() function
292 ~lto_location_cache () in ~lto_location_cache()
302 static lto_location_cache *current_cache;
759 lto_location_cache location_cache;
H A Dlto-streamer-in.cc381 lto_location_cache *lto_location_cache::current_cache;
386 lto_location_cache::cmp_loc (const void *pa, const void *pb) in cmp_loc()
428 lto_location_cache::apply_location_cache () in apply_location_cache()
485 lto_location_cache::accept_location_cache () in accept_location_cache()
494 lto_location_cache::revert_location_cache () in revert_location_cache()
505 lto_location_cache::input_location_and_block (location_t *loc, in input_location_and_block()
602 lto_location_cache::input_location (location_t *loc, struct bitpack_d *bp, in input_location()
H A Dipa-devirt.cc913 if (lto_location_cache::current_cache) in warn_odr()
914 lto_location_cache::current_cache->apply_location_cache (); in warn_odr()
1788 if (lto_location_cache::current_cache) in add_type_duplicate()
1789 lto_location_cache::current_cache->apply_location_cache (); in add_type_duplicate()
H A DChangeLog-202013590 (lto_location_cache::input_location_and_block): Decode file change
13925 * lto-streamer.h (class lto_location_cache): Fix comment typo. Add
13927 (lto_location_cache::input_location_and_block): New method.
13928 (lto_location_cache::lto_location_cache): Initialize current_block.
13929 (lto_location_cache::cached_location): Add block member.
13935 * lto-streamer-in.c (lto_location_cache::cmp_loc): Also compare
13937 (lto_location_cache::apply_location_cache): Handle blocks.
13938 (lto_location_cache::accept_location_cache,
13939 lto_location_cache::revert_location_cache): Fix up function comments.
13940 (lto_location_cache::input_location_and_block): New method.
[all …]
H A DChangeLog-201516551 * lto-streamer.h (lto_location_cache::current_sysp): Properly
17846 * lto-streamer.h (lto_location_cache::cached_location::sysp): Add.
17847 (lto_location_cache::current_sysp): Likewise.
17849 * lto-streamer-in.c (lto_location_cache::cmp_loc): Compare sysp.
17850 (lto_location_cache::apply_location_cache): Properly record
17852 (lto_location_cache::input_location): Input whether a file
37194 * lto-streamer.h (class lto_location_cache): Turn loc_cache into
37200 * lto-streamer.h (class lto_location_cache): New.
37212 * lto-streamer-in.c (lto_location_cache::current_cache): New static
37214 (lto_location_cache::cmp_loc): New function.
[all …]
H A DChangeLog-20193111 * lto-streamer.h (class lto_location_cache): Likewise.
22130 (lto_location_cache::revert_location_cache): Same.
22131 (lto_location_cache::input_location): Same.
H A DChangeLog-201831566 call the lto_location_cache before reading the
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlto-streamer.h310 class lto_location_cache
325 lto_location_cache () in lto_location_cache() function
333 ~lto_location_cache () in ~lto_location_cache()
343 static lto_location_cache *current_cache;
799 lto_location_cache location_cache;
H A Dlto-streamer-in.c381 lto_location_cache *lto_location_cache::current_cache;
386 lto_location_cache::cmp_loc (const void *pa, const void *pb)
428 lto_location_cache::apply_location_cache ()
485 lto_location_cache::accept_location_cache ()
494 lto_location_cache::revert_location_cache ()
505 lto_location_cache::input_location_and_block (location_t *loc,
602 lto_location_cache::input_location (location_t *loc, struct bitpack_d *bp,
H A Dipa-devirt.c900 if (lto_location_cache::current_cache)
901 lto_location_cache::current_cache->apply_location_cache ();
1774 if (lto_location_cache::current_cache)
1775 lto_location_cache::current_cache->apply_location_cache ();