Home
last modified time | relevance | path

Searched refs:GetBlockBegin (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator_combined.h131 void *GetBlockBegin(const void *p) { in GetBlockBegin() function
133 return primary_.GetBlockBegin(p); in GetBlockBegin()
134 return secondary_.GetBlockBegin(p); in GetBlockBegin()
141 return primary_.GetBlockBegin(p); in GetBlockBeginFastLocked()
HDsanitizer_allocator_secondary.h165 return GetBlockBegin(p) != nullptr; in PointerIsMine()
182 void *GetBlockBegin(const void *ptr) { in GetBlockBegin() function
HDsanitizer_allocator_primary32.h203 void *GetBlockBegin(const void *p) { in GetBlockBegin() function
HDsanitizer_allocator_primary64.h183 void *GetBlockBegin(const void *p) { in GetBlockBegin() function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_debugging.cpp207 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_locate_address()
212 region_address = (uptr)allocator()->GetBlockBegin((void *)addr); in __tsan_locate_address()
247 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_get_alloc_stack()
HDtsan_external.cpp103 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_external_assign_tag()
HDtsan_rtl_report.cpp331 void *block_begin = a->GetBlockBegin((void*)addr); in AddLocation()
338 loc->heap_chunk_start = (uptr)allocator()->GetBlockBegin((void *)addr); in AddLocation()
HDtsan_mman.cpp390 return allocator()->GetBlockBegin(p) != 0; in __sanitizer_get_ownership()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_allocator.cpp265 void *block = allocator.GetBlockBegin(reinterpret_cast<void*>(address)); in FindHeapChunkByAddress()
276 const void *beg = allocator.GetBlockBegin(untagged_ptr); in AllocationSize()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_allocator.cpp299 void *chunk = allocator.GetBlockBegin(p); in IgnoreObjectLocked()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_allocator.cpp245 const void *beg = allocator.GetBlockBegin(p); in AllocationSize()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_allocator.cpp126 return get_allocator().GetBlockBegin(reinterpret_cast<void *>(this)); in AllocBeg()
736 void *alloc_beg = allocator.GetBlockBegin(reinterpret_cast<void *>(p)); in GetAsanChunkByAddr()