Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/asan/TestCases/
Dasan_update_allocation.cpp16 __asan_update_allocation_context(p); in UPDATE()
/external/llvm-project/compiler-rt/include/sanitizer/
Dasan_interface.h320 int __asan_update_allocation_context(void* addr);
/external/llvm-project/compiler-rt/lib/asan/
Dasan_interface.inc167 INTERFACE_FUNCTION(__asan_update_allocation_context)
Dasan_interface_internal.h255 SANITIZER_INTERFACE_ATTRIBUTE int __asan_update_allocation_context(
Dasan_allocator.cpp1219 int __asan_update_allocation_context(void* addr) { in __asan_update_allocation_context() function