Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common.h131 uptr PointsIntoChunk(void *p);
H A Dlsan_allocator.cpp256 uptr PointsIntoChunk(void* p) { in PointsIntoChunk() function
H A Dlsan_common.cpp310 uptr chunk = PointsIntoChunk(p); in ScanRangeForPointers()
384 uptr chunk = PointsIntoChunk(ptr); in ProcessThreadRegistry()
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp504 uptr PointsIntoChunk(void *p) { in PointsIntoChunk() function
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.cpp1082 uptr PointsIntoChunk(void *p) { in PointsIntoChunk() function