HomeSort by relevance Sort by last modified time
    Searched refs:setLocalStackSize (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 131 void setLocalStackSize(unsigned Size) { LocalStackSize = Size; }
AArch64FrameLowering.cpp 434 AFI->setLocalStackSize(NumBytes);
460 AFI->setLocalStackSize(NumBytes - CSStackSize);
    [all...]

Completed in 191 milliseconds