Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp4131 int UnwindHelpFI = in adjustFrameForMsvcCxxEh() local
4133 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in adjustFrameForMsvcCxxEh()
4144 UnwindHelpFI) in adjustFrameForMsvcCxxEh()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3650 int UnwindHelpFI = MFI.CreateFixedObject(/*Size*/ 8, in processFunctionBeforeFrameFinalized() local
3653 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
3665 .addFrameIndex(UnwindHelpFI) in processFunctionBeforeFrameFinalized()