Home
last modified time | relevance | path

Searched refs:AllocationBegin (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp184 static const void *AllocationBegin(const void *p) { in AllocationBegin() function
323 return AllocationBegin(p); in __sanitizer_get_allocated_begin()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp303 static const void *AllocationBegin(const void *p) { in AllocationBegin() function
442 return AllocationBegin(p); in __sanitizer_get_allocated_begin()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp415 static const void *AllocationBegin(const void *p) { in AllocationBegin() function
684 return AllocationBegin(p); in __sanitizer_get_allocated_begin()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp1222 static const void *AllocationBegin(const void *p) { in AllocationBegin() function
1264 return AllocationBegin(p); in __sanitizer_get_allocated_begin()