Home
last modified time | relevance | path

Searched refs:__asan_update_allocation_context (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Dasan_update_allocation.cpp16 __asan_update_allocation_context(p); in UPDATE()
/llvm-project-15.0.7/compiler-rt/include/sanitizer/
H A Dasan_interface.h320 int __asan_update_allocation_context(void* addr);
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_interface.inc179 INTERFACE_FUNCTION(__asan_update_allocation_context)
H A Dasan_interface_internal.h256 SANITIZER_INTERFACE_ATTRIBUTE int __asan_update_allocation_context(
H A Dasan_allocator.cpp1216 int __asan_update_allocation_context(void* addr) { in __asan_update_allocation_context() function