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.cpp4185 int UnwindHelpFI = in adjustFrameForMsvcCxxEh() local
4187 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in adjustFrameForMsvcCxxEh()
4198 UnwindHelpFI) in adjustFrameForMsvcCxxEh()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4127 int UnwindHelpFI = MFI.CreateFixedObject(/*Size*/ 8, in processFunctionBeforeFrameFinalized() local
4130 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
4142 .addFrameIndex(UnwindHelpFI) in processFunctionBeforeFrameFinalized()