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

  /src/external/gpl3/gcc/dist/gcc/
asan.cc 274 /* hwasan_frame_base_init_seq is the sequence of RTL insns that will initialize
284 static GTY(()) rtx_insn *hwasan_frame_base_init_seq = NULL; variable
4392 to initialize the register in `hwasan_frame_base_init_seq` for later
4404 hwasan_frame_base_init_seq = get_insns ();
4426 hwasan_frame_base_init_seq contains the sequence of instructions to
4437 if (! hwasan_frame_base_init_seq)
4439 emit_insn_before (hwasan_frame_base_init_seq, parm_birth_insn);
4440 parm_birth_insn = hwasan_frame_base_init_seq;
4548 hwasan_frame_base_init_seq = NULL;
  /src/external/gpl3/gcc.old/dist/gcc/
asan.cc 274 /* hwasan_frame_base_init_seq is the sequence of RTL insns that will initialize
284 static GTY(()) rtx_insn *hwasan_frame_base_init_seq = NULL; variable
4327 to initialize the register in `hwasan_frame_base_init_seq` for later
4339 hwasan_frame_base_init_seq = get_insns ();
4361 hwasan_frame_base_init_seq contains the sequence of instructions to
4372 if (! hwasan_frame_base_init_seq)
4374 emit_insn_before (hwasan_frame_base_init_seq, parm_birth_insn);
4375 parm_birth_insn = hwasan_frame_base_init_seq;
4483 hwasan_frame_base_init_seq = NULL;

Completed in 17 milliseconds