Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h142 int UnwindHelpFrameIdx; member
148 : UnwindHelpFrameIdx(INT_MAX), UnwindHelpFrameOffset(-1), in WinEHFuncInfo()
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp764 if (FuncInfo.UnwindHelpFrameIdx != INT_MAX) in replaceFrameIndices()
766 Fn, FuncInfo.UnwindHelpFrameIdx, FrameReg); in replaceFrameIndices()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp2612 MMI.getWinEHFuncInfo(MF.getFunction()).UnwindHelpFrameIdx = UnwindHelpFI; in LowerFormalArguments()