Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h94 unsigned getWinEHFuncletFrameSize(const MachineFunction &MF) const;
H A DAArch64FrameLowering.cpp1764 int64_t NumBytes = IsFunclet ? getWinEHFuncletFrameSize(MF) in emitPrologue()
2195 int64_t NumBytes = IsFunclet ? getWinEHFuncletFrameSize(MF) in emitEpilogue()
4122 unsigned AArch64FrameLowering::getWinEHFuncletFrameSize( in getWinEHFuncletFrameSize() function in AArch64FrameLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h264 unsigned getWinEHFuncletFrameSize(const MachineFunction &MF) const;
H A DX86FrameLowering.cpp1853 NumBytes = getWinEHFuncletFrameSize(MF); in emitPrologue()
2251 X86FrameLowering::getWinEHFuncletFrameSize(const MachineFunction &MF) const { in getWinEHFuncletFrameSize() function in X86FrameLowering
2349 NumBytes = getWinEHFuncletFrameSize(MF); in emitEpilogue()
4079 Offset += getWinEHFuncletFrameSize(MF); in getWinEHParentFrameOffset()