Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h248 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize() function
H A DAArch64FrameLowering.cpp1492 AFI->setLocalStackSize(NumBytes); in emitPrologue()
1531 AFI->setLocalStackSize(NumBytes - PrologueSaveSize); in emitPrologue()
1973 AFI->setLocalStackSize(NumBytes - PrologueSaveSize); in emitEpilogue()