Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.h132 uptr PointsIntoChunk(void *p);
H A Dlsan_allocator.cpp283 uptr PointsIntoChunk(void* p) { in PointsIntoChunk() function
H A Dlsan_common.cpp345 uptr chunk = PointsIntoChunk(p); in ScanForPointers()
432 uptr chunk = PointsIntoChunk(ptr); in ProcessThreadRegistry()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp555 uptr PointsIntoChunk(void *p) { in PointsIntoChunk() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp1149 uptr PointsIntoChunk(void *p) { in PointsIntoChunk() function