Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp251 Value *SetjmpTable, Value *SetjmpTableSize, Value *&Label,
574 Value *SetjmpTableSize, Value *&Label, Value *&LongjmpResult, in wrapTestSetjmp() argument
604 TestSetjmpF, {LoadedThrew, SetjmpTable, SetjmpTableSize}, "label"); in wrapTestSetjmp()
1017 BinaryOperator *SetjmpTableSize = BinaryOperator::Create( in runSjLjOnFunction() local
1020 SetjmpTableSize->setDebugLoc(FirstDL); in runSjLjOnFunction()
1023 SetjmpTableSize, IRB.getInt32Ty(), IRB.getInt32Ty(), IRB.getInt32(40), in runSjLjOnFunction()
1033 IRB.SetInsertPoint(SetjmpTableSize); in runSjLjOnFunction()
1036 SetjmpTableSizeInsts.push_back(SetjmpTableSize); in runSjLjOnFunction()
1071 SetjmpTable, SetjmpTableSize}; in runSjLjOnFunction()
1204 wrapTestSetjmp(BB, CI->getDebugLoc(), Threw, SetjmpTable, SetjmpTableSize, in runSjLjOnFunction()
[all …]