Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp1078 uint64_t LEAAmount = IsWinEH ? SEHStackAllocAmt - SEHFrameOffset : -CSSize; in emitEpilogue() local
1087 if (LEAAmount != 0) { in emitEpilogue()
1090 FramePtr, false, LEAAmount); in emitEpilogue()