Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp187 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/nsan/
H A Dnsan_allocator.cpp189 static const void *AllocationBegin(const void *p) { in AllocationBegin() function
327 return AllocationBegin(p); in __sanitizer_get_allocated_begin()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp302 static const void *AllocationBegin(const void *p) { in AllocationBegin() function
440 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.cpp1234 static const void *AllocationBegin(const void *p) { in AllocationBegin() function
1276 return AllocationBegin(p); in __sanitizer_get_allocated_begin()