Home
last modified time | relevance | path

Searched refs:maybe_update_mem_ref_hash_table (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dasan.c2371 maybe_update_mem_ref_hash_table (tree base, tree len) in maybe_update_mem_ref_hash_table() function
2411 maybe_update_mem_ref_hash_table (base, len); in instrument_mem_region_access()
2475 maybe_update_mem_ref_hash_table (src0.start, src0_len); in instrument_builtin_call()
2477 maybe_update_mem_ref_hash_table (src1.start, src1_len); in instrument_builtin_call()
2479 maybe_update_mem_ref_hash_table (dest.start, dest_len); in instrument_builtin_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dasan.cc2798 maybe_update_mem_ref_hash_table (tree base, tree len) in maybe_update_mem_ref_hash_table() function
2838 maybe_update_mem_ref_hash_table (base, len); in instrument_mem_region_access()
2902 maybe_update_mem_ref_hash_table (src0.start, src0_len); in instrument_builtin_call()
2904 maybe_update_mem_ref_hash_table (src1.start, src1_len); in instrument_builtin_call()
2906 maybe_update_mem_ref_hash_table (dest.start, dest_len); in instrument_builtin_call()
H A DChangeLog-201412750 (maybe_update_mem_ref_hash_table): New function.
12753 (instrument_builtin_call): Call maybe_update_mem_ref_hash_table instead