Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DCompactUnwinder.hpp130 uint32_t stackSize = stackSizeEncoded * 4; in stepWithCompactEncodingFrameless() local
134 stackSize = subl + 4 * stackAdjust; in stepWithCompactEncodingFrameless()
203 uint32_t savedRegisters = registers.getSP() + stackSize - 4 - 4 * regCount; in stepWithCompactEncodingFrameless()
361 uint32_t stackSize = stackSizeEncoded * 8; in stepWithCompactEncodingFrameless() local
365 stackSize = subl + 8 * stackAdjust; in stepWithCompactEncodingFrameless()
434 uint64_t savedRegisters = registers.getSP() + stackSize - 8 - 8 * regCount; in stepWithCompactEncodingFrameless()
535 uint32_t stackSize = in stepWithCompactEncodingFrameless() local
538 uint64_t savedRegisterLoc = registers.getSP() + stackSize; in stepWithCompactEncodingFrameless()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp256 uint64_t stackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex() local
261 << "stackSize : " << stackSize << "\n" in eliminateFrameIndex()
266 eliminateFI(MI, FIOperandNum, FrameIndex, stackSize, spOffset); in eliminateFrameIndex()
H A DMipsAsmPrinter.cpp385 unsigned stackSize = MF->getFrameInfo().getStackSize(); in emitFrameDirective() local
387 getTargetStreamer().emitFrame(stackReg, stackSize, returnReg); in emitFrameDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h98 int getAdjustedFrameSize(int stackSize) const;
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp400 uptr stackSize = (uptr)tib->StackBase - (uptr)tib->StackLimit; in asan_thread_exit() local
401 __asan_unpoison_memory_region(tib->StackLimit, stackSize); in asan_thread_exit()