reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/hwasan/hwasan_report.cpp
  159         if (!local.has_frame_offset || !local.has_size || !local.has_tag_offset)
  159         if (!local.has_frame_offset || !local.has_size || !local.has_tag_offset)
  159         if (!local.has_frame_offset || !local.has_size || !local.has_tag_offset)
  161         tag_t obj_tag = base_tag ^ local.tag_offset;
  170             (untagged_addr - fp - local.frame_offset) & (kRecordFPModulus - 1);
  171         if (obj_offset >= local.size)
  177         Printf("  %s in %s %s:%d\n", local.name, local.function_name,
  177         Printf("  %s in %s %s:%d\n", local.name, local.function_name,
  178                local.decl_file, local.decl_line);
  178                local.decl_file, local.decl_line);