Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp181 static const void *AllocationBegin(const void *p) { in AllocationBegin() function
320 return AllocationBegin(p); in __sanitizer_get_allocated_begin()
/freebsd-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp414 static const void *AllocationBegin(const void *p) { in AllocationBegin() function
683 return AllocationBegin(p); in __sanitizer_get_allocated_begin()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp1214 static const void *AllocationBegin(const void *p) { in AllocationBegin() function
1256 return AllocationBegin(p); in __sanitizer_get_allocated_begin()