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

  /src/external/gpl3/gcc/dist/gcc/
asan.cc 266 /* hwasan_frame_base_ptr is a pointer with the same address as
273 static GTY(()) rtx hwasan_frame_base_ptr = NULL_RTX; variable
275 the hwasan_frame_base_ptr. When the hwasan_frame_base_ptr is requested, we
4397 if (! hwasan_frame_base_ptr)
4400 hwasan_frame_base_ptr
4408 return hwasan_frame_base_ptr;
4415 virtual_stack_vars_rtx or hwasan_frame_base_ptr. */
4419 return base == virtual_stack_vars_rtx || base == hwasan_frame_base_ptr;
4472 stack objects for this frame. If hwasan_frame_base_ptr has not bee
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
asan.cc 266 /* hwasan_frame_base_ptr is a pointer with the same address as
273 static GTY(()) rtx hwasan_frame_base_ptr = NULL_RTX; variable
275 the hwasan_frame_base_ptr. When the hwasan_frame_base_ptr is requested, we
4332 if (! hwasan_frame_base_ptr)
4335 hwasan_frame_base_ptr
4343 return hwasan_frame_base_ptr;
4350 virtual_stack_vars_rtx or hwasan_frame_base_ptr. */
4354 return base == virtual_stack_vars_rtx || base == hwasan_frame_base_ptr;
4407 stack objects for this frame. If hwasan_frame_base_ptr has not bee
    [all...]

Completed in 41 milliseconds