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

Declarations

projects/compiler-rt/lib/hwasan/hwasan_poisoning.h
   19 uptr TagMemory(uptr p, uptr size, tag_t tag);

References

projects/compiler-rt/lib/hwasan/hwasan.cpp
  418       TagMemory(base + phdr->p_vaddr, phdr->p_memsz, 0);
  564   TagMemory(sp, dst - sp, 0);
  581   TagMemory(bottom, sp - bottom, 0);
projects/compiler-rt/lib/hwasan/hwasan_allocator.h
   42     TagMemory(p, size, 0);
projects/compiler-rt/lib/hwasan/hwasan_exceptions.cpp
   63     TagMemory(sp, fp - sp, 0);
projects/compiler-rt/lib/hwasan/hwasan_thread.cpp
   80     TagMemory(stack_bottom_, stack_top_ - stack_bottom_, 0);
   82     TagMemory(tls_begin_, tls_end_ - tls_begin_, 0);