Home
last modified time | relevance | path

Searched refs:SEHSetFrameOffset (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h110 int SEHSetFrameOffset = std::numeric_limits<int>::max();
/external/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h113 int SEHSetFrameOffset = INT_MAX; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h110 int SEHSetFrameOffset = std::numeric_limits<int>::max();
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp532 MCConstantExpr::create(FuncInfo.SEHSetFrameOffset, Ctx); in emitCSpecificHandlerTable()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp575 MCConstantExpr::create(FuncInfo.SEHSetFrameOffset, Ctx); in emitCSpecificHandlerTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp568 MCConstantExpr::create(FuncInfo.SEHSetFrameOffset, Ctx); in emitCSpecificHandlerTable()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp1265 MF.getWinEHFuncInfo()->SEHSetFrameOffset = SEHFrameOffset; in emitPrologue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp1364 MF.getWinEHFuncInfo()->SEHSetFrameOffset = SEHFrameOffset; in emitPrologue()
/external/llvm-project/llvm/lib/Target/X86/
DX86FrameLowering.cpp1682 MF.getWinEHFuncInfo()->SEHSetFrameOffset = SEHFrameOffset; in emitPrologue()