Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h108 void setLocalStackSize(unsigned Size) { LocalStackSize = Size; } in setLocalStackSize() function
DAArch64FrameLowering.cpp305 AFI->setLocalStackSize(NumBytes); in emitPrologue()
350 AFI->setLocalStackSize(NumBytes); in emitPrologue()