Searched refs:stackSizeEncoded (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DCompactUnwinder.hpp121 uint32_t stackSizeEncoded = local
129 uint32_t stackSize = stackSizeEncoded * 4;
132 uint32_t subl = addressSpace.get32(functionStart + stackSizeEncoded);
352 uint32_t stackSizeEncoded = local
360 uint32_t stackSize = stackSizeEncoded * 8;
363 uint32_t subl = addressSpace.get32(functionStart + stackSizeEncoded);

Completed in 91 milliseconds