Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp65 stack_trace += GetInBlockIdx(idx); in Load()
87 return blocks_[block_idx].GetOrCreate(this) + GetInBlockIdx(start); in Alloc()
92 uptr in_first = kBlockSizeFrames - GetInBlockIdx(start); in Alloc()
H A Dsanitizer_stack_store.h60 static constexpr uptr GetInBlockIdx(uptr frame_idx) { in GetInBlockIdx() function