Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp268 Value *SetjmpTable, Value *SetjmpTableSize, Value *&Label,
534 Value *SetjmpTableSize, Value *&Label, Value *&LongjmpResult, in wrapTestSetjmp() argument
563 TestSetjmpF, {LoadedThrew, SetjmpTable, SetjmpTableSize}, "label"); in wrapTestSetjmp()
943 BinaryOperator *SetjmpTableSize = BinaryOperator::Create( in runSjLjOnFunction() local
948 SetjmpTableSize, IRB.getInt32Ty(), IRB.getInt32Ty(), IRB.getInt32(40), in runSjLjOnFunction()
951 IRB.SetInsertPoint(SetjmpTableSize); in runSjLjOnFunction()
954 SetjmpTableSizeInsts.push_back(SetjmpTableSize); in runSjLjOnFunction()
989 SetjmpTable, SetjmpTableSize}; in runSjLjOnFunction()
1073 wrapTestSetjmp(BB, CI, Threw, SetjmpTable, SetjmpTableSize, Label, in runSjLjOnFunction()
1137 for (auto UI = SetjmpTableSize->use_begin(), UE = SetjmpTableSize->use_end(); in runSjLjOnFunction()