Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FrameLowering.h121 int getWin64EHFrameIndexRef(const MachineFunction &MF, int FI,
H A DX86RegisterInfo.cpp808 FIOffset = TFI->getWin64EHFrameIndexRef(MF, FrameIndex, BasePtr); in eliminateFrameIndex()
H A DX86FrameLowering.cpp2039 Offset = getWin64EHFrameIndexRef(MF, FI, IgnoredFrameReg); in emitPrologue()
2546 int X86FrameLowering::getWin64EHFrameIndexRef(const MachineFunction &MF, int FI, in getWin64EHFrameIndexRef() function in X86FrameLowering