Searched defs:stackSize (Results 1 – 7 of 7) sorted by relevance
129 uint32_t stackSize = stackSizeEncoded * 4; in stepWithCompactEncodingFrameless() local360 uint32_t stackSize = stackSizeEncoded * 8; in stepWithCompactEncodingFrameless() local534 uint32_t stackSize = in stepWithCompactEncodingFrameless() local
261 uint64_t stackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex() local
386 unsigned stackSize = MF->getFrameInfo().getStackSize(); in emitFrameDirective() local
185 uint64_t stackSize() const { return _stackSize; } in stackSize() function186 void setStackSize(uint64_t stackSize) { _stackSize = stackSize; } in setStackSize()
388 uptr stackSize = (uptr)tib->StackBase - (uptr)tib->StackLimit; in asan_thread_exit() local
247 Hex64 stackSize = 0; member
950 if (llvm::opt::Arg *stackSize = parsedArgs.getLastArg(OPT_stack_size)) { in parse() local