Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rtl.cpp96 case 1: __memprof_record_access(nullptr); break; in MEMPROF_MEMORY_ACCESS_CALLBACK()
259 void __memprof_record_access(void const volatile *addr) { in __memprof_record_access() function
270 __memprof_record_access(p); in __sanitizer_unaligned_load16()
276 __memprof_record_access(p); in __sanitizer_unaligned_load32()
282 __memprof_record_access(p); in __sanitizer_unaligned_load64()
288 __memprof_record_access(p); in __sanitizer_unaligned_store16()
294 __memprof_record_access(p); in __sanitizer_unaligned_store32()
300 __memprof_record_access(p); in __sanitizer_unaligned_store64()
H A Dmemprof_interface_internal.h36 void __memprof_record_access(void const volatile *addr);
/freebsd-14.2/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dmemprof_interface.h35 void SANITIZER_CDECL __memprof_record_access(void const volatile *addr);