Home
last modified time | relevance | path

Searched refs:__memprof_record_access (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/memprof/
Dmemprof_rtl.cpp87 case 1: __memprof_record_access(nullptr); break; in MEMPROF_MEMORY_ACCESS_CALLBACK()
263 void __memprof_record_access(void const volatile *addr) { in __memprof_record_access() function
279 __memprof_record_access(p); in __sanitizer_unaligned_load16()
285 __memprof_record_access(p); in __sanitizer_unaligned_load32()
291 __memprof_record_access(p); in __sanitizer_unaligned_load64()
297 __memprof_record_access(p); in __sanitizer_unaligned_store16()
303 __memprof_record_access(p); in __sanitizer_unaligned_store32()
309 __memprof_record_access(p); in __sanitizer_unaligned_store64()
Dmemprof_interface_internal.h36 void __memprof_record_access(void const volatile *addr);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
Dmemprof_interface.h34 void __memprof_record_access(void const volatile *addr);