Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdfsan_allocator.cpp184 static const void *AllocationBegin(const void *p) { in AllocationBegin() function
323 return AllocationBegin(p); in __sanitizer_get_allocated_begin()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_allocator.cpp303 static const void *AllocationBegin(const void *p) { in AllocationBegin() function
442 return AllocationBegin(p); in __sanitizer_get_allocated_begin()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_allocator.cpp415 static const void *AllocationBegin(const void *p) { in AllocationBegin() function
684 return AllocationBegin(p); in __sanitizer_get_allocated_begin()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_allocator.cpp1222 static const void *AllocationBegin(const void *p) { in AllocationBegin() function
1264 return AllocationBegin(p); in __sanitizer_get_allocated_begin()