Home
last modified time | relevance | path

Searched refs:GetBlockIdx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp52 *pack += blocks_[GetBlockIdx(idx)].Stored(h.size + 1);
60 uptr block_idx = GetBlockIdx(idx); in Load()
79 uptr block_idx = GetBlockIdx(start); in Alloc()
80 uptr last_idx = GetBlockIdx(start + count - 1); in Alloc()
H A Dsanitizer_stack_store.h56 static constexpr uptr GetBlockIdx(uptr frame_idx) { in GetBlockIdx() function