Searched defs:AddrIsInside (Results 1 – 3 of 3) sorted by relevance
/llvm-project/compiler-rt/lib/asan/ | ||
H A D | asan_allocator.h | 68 bool AddrIsInside(uptr addr, uptr access_size, sptr *offset) const { in AddrIsInside() function |
H A D | asan_allocator.cpp | 162 bool AddrIsInside(uptr addr) { AddrIsInside() function in __asan::AsanChunk |
/llvm-project/compiler-rt/lib/hwasan/ | ||
H A D | hwasan_allocator.cpp | 79 bool HwasanChunkView::AddrIsInside(uptr addr) const { in AddrIsInside() function in __hwasan::HwasanChunkView |