Searched refs:RealStackSize (Results 1 – 2 of 2) sorted by relevance
454 uint64_t RealStackSize = StackSize + RVFI->getLibCallStackSize(); in emitPrologue() local458 if (RealStackSize == 0 && !MFI.adjustsStack() && RVVStackSize == 0) in emitPrologue()471 RealStackSize = FirstSPAdjustAmount; in emitPrologue()480 MCCFIInstruction::cfiDefCfaOffset(nullptr, RealStackSize)); in emitPrologue()524 StackOffset::getFixed(RealStackSize - RVFI->getVarArgsSaveSize()), in emitPrologue()650 uint64_t RealStackSize = StackSize + RVFI->getLibCallStackSize(); in emitEpilogue() local651 uint64_t FPOffset = RealStackSize - RVFI->getVarArgsSaveSize(); in emitEpilogue()
203 uint64_t RealStackSize = StackSize; in emitPrologue() local210 uint64_t SecondSPAdjustAmount = RealStackSize - FirstSPAdjustAmount; in emitPrologue()284 MCCFIInstruction::cfiDefCfaOffset(nullptr, RealStackSize)); in emitPrologue()