Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3328 int UnwindHelpFI = MFI.CreateFixedObject(/*Size*/ 8, in processFunctionBeforeFrameFinalized() local
3331 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
3343 .addFrameIndex(UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3834 int UnwindHelpFI = in adjustFrameForMsvcCxxEh() local
3836 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in adjustFrameForMsvcCxxEh()
3847 UnwindHelpFI) in adjustFrameForMsvcCxxEh()