Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp1049 uint64_t SEHStackAllocAmt = NumBytes; in emitEpilogue() local
1077 unsigned SEHFrameOffset = calculateSetFPREG(SEHStackAllocAmt); in emitEpilogue()
1078 uint64_t LEAAmount = IsWinEH ? SEHStackAllocAmt - SEHFrameOffset : -CSSize; in emitEpilogue()