Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp706 Value *SetjmpTableSize, Value *&Label, Value *&LongjmpResult, in wrapTestSetjmp() argument
754 TestSetjmpF, {LoadedThrew, SetjmpTable, SetjmpTableSize}, "label"); in wrapTestSetjmp()
1286 BinaryOperator *SetjmpTableSize = in runSjLjOnFunction() local
1289 SetjmpTableSize->setDebugLoc(FirstDL); in runSjLjOnFunction()
1304 IRB.SetInsertPoint(SetjmpTableSize); in runSjLjOnFunction()
1307 SetjmpTableSizeInsts.push_back(SetjmpTableSize); in runSjLjOnFunction()
1354 SetjmpTable, SetjmpTableSize}; in runSjLjOnFunction()
1440 for (auto &U : make_early_inc_range(SetjmpTableSize->uses())) in runSjLjOnFunction()
1476 Instruction *SetjmpTableSize = *SetjmpTableSizeInsts.begin(); in handleLongjmpableCallsForEmscriptenSjLj() local
1694 Instruction *SetjmpTableSize = *SetjmpTableSizeInsts.begin(); in handleLongjmpableCallsForWasmSjLj() local
[all …]