Lines Matching refs:SetjmpTableSize
251 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()
1278 for (auto UI = SetjmpTableSize->use_begin(), UE = SetjmpTableSize->use_end(); in runSjLjOnFunction()