Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_rtl.cpp97 case 1: __memprof_record_access(nullptr); break; in MEMPROF_MEMORY_ACCESS_CALLBACK()
273 void __memprof_record_access(void const volatile *addr) { in __memprof_record_access() function
289 __memprof_record_access(p); in __sanitizer_unaligned_load16()
295 __memprof_record_access(p); in __sanitizer_unaligned_load32()
301 __memprof_record_access(p); in __sanitizer_unaligned_load64()
307 __memprof_record_access(p); in __sanitizer_unaligned_store16()
313 __memprof_record_access(p); in __sanitizer_unaligned_store32()
319 __memprof_record_access(p); in __sanitizer_unaligned_store64()
Dmemprof_interface_internal.h36 void __memprof_record_access(void const volatile *addr);
/external/llvm-project/compiler-rt/include/sanitizer/
Dmemprof_interface.h34 void __memprof_record_access(void const volatile *addr);