Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2024 uint64_t SEHStackAllocAmt = NumBytes; in emitEpilogue() local
2103 unsigned SEHFrameOffset = calculateSetFPREG(SEHStackAllocAmt); in emitEpilogue()
2105 IsWin64Prologue ? SEHStackAllocAmt - SEHFrameOffset : -CSSize; in emitEpilogue()