HomeSort by: relevance | last modified time | path
    Searched defs:tag_offset (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer.h 97 uptr tag_offset; member in struct:__sanitizer::LocalInfo
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer.h 93 uptr tag_offset; member in struct:__sanitizer::LocalInfo
  /src/external/gpl3/gcc/dist/gcc/
asan.cc 297 the tag to store in shadow memory based on the tag_offset plus the tag in
305 uint8_t tag_offset; member in struct:hwasan_stack_var
4466 cur_var.tag_offset = hwasan_current_frame_tag ();
4615 rtx tag = plus_constant (QImode, base_tag, cur.tag_offset);
internal-fn.cc 733 rtx tag_offset = gen_int_mode (hwasan_current_frame_tag (), QImode); local
734 rtx chosen_tag = expand_simple_binop (QImode, PLUS, base_tag, tag_offset,
  /src/external/gpl3/gcc.old/dist/gcc/
asan.cc 297 the tag to store in shadow memory based on the tag_offset plus the tag in
305 uint8_t tag_offset; member in struct:hwasan_stack_var
4401 cur_var.tag_offset = hwasan_current_frame_tag ();
4550 rtx tag = plus_constant (QImode, base_tag, cur.tag_offset);
internal-fn.cc 526 rtx tag_offset = gen_int_mode (hwasan_current_frame_tag (), QImode); local
527 rtx chosen_tag = expand_simple_binop (QImode, PLUS, base_tag, tag_offset,

Completed in 37 milliseconds