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

/openbsd-current/gnu/llvm/libunwind/src/
H A DCompactUnwinder.hpp122 uint32_t stackSizeEncoded = local
130 uint32_t stackSize = stackSizeEncoded * 4;
133 uint32_t subl = addressSpace.get32(functionStart + stackSizeEncoded);
353 uint32_t stackSizeEncoded = local
361 uint32_t stackSize = stackSizeEncoded * 8;
364 uint32_t subl = addressSpace.get32(functionStart + stackSizeEncoded);

Completed in 303 milliseconds