Home
last modified time | relevance | path

Searched refs:getWin64EHFrameIndexRef (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.h113 int getWin64EHFrameIndexRef(const MachineFunction &MF, int FI,
H A DX86RegisterInfo.cpp808 FIOffset = TFI->getWin64EHFrameIndexRef(MF, FrameIndex, BasePtr); in eliminateFrameIndex()
H A DX86FrameLowering.cpp1966 Offset = getWin64EHFrameIndexRef(MF, FI, IgnoredFrameReg); in emitPrologue()
2462 int X86FrameLowering::getWin64EHFrameIndexRef(const MachineFunction &MF, int FI, in getWin64EHFrameIndexRef() function in X86FrameLowering