Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DAllocator.h234 int64_t InSlabIdx = 0; in identifyObject() local
238 return InSlabIdx + static_cast<int64_t>(P - S); in identifyObject()
239 InSlabIdx += static_cast<int64_t>(computeSlabSize(Idx)); in identifyObject()