Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp4257 int UnwindHelpFI = in adjustFrameForMsvcCxxEh() local
4259 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in adjustFrameForMsvcCxxEh()
4270 UnwindHelpFI) in adjustFrameForMsvcCxxEh()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4797 int UnwindHelpFI = MFI.CreateFixedObject(/*Size*/ 8, -UnwindHelpOffset, in processFunctionBeforeFrameFinalized() local
4799 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
4817 .addFrameIndex(UnwindHelpFI) in processFunctionBeforeFrameFinalized()