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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h173 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } function in class:llvm::final
H A DAArch64FrameLowering.cpp945 AFI->setLocalStackSize(NumBytes);
984 AFI->setLocalStackSize(NumBytes - PrologueSaveSize);
1469 AFI->setLocalStackSize(NumBytes - PrologueSaveSize);

Completed in 121 milliseconds