Searched refs:SetjmpTable (Results 1 – 1 of 1) sorted by relevance
707 BasicBlock *BB, DebugLoc DL, Value *Threw, Value *SetjmpTable, in wrapTestSetjmp() argument1293 Instruction *SetjmpTable = CallInst::CreateMalloc( in runSjLjOnFunction() local1296 SetjmpTable->setDebugLoc(FirstDL); in runSjLjOnFunction()1299 auto *MallocCall = SetjmpTable->stripPointerCasts(); in runSjLjOnFunction()1305 IRB.CreateStore(IRB.getInt32(0), SetjmpTable); in runSjLjOnFunction()1306 SetjmpTableInsts.push_back(SetjmpTable); in runSjLjOnFunction()1354 SetjmpTable, SetjmpTableSize}; in runSjLjOnFunction()1405 auto *Free = CallInst::CreateFree(SetjmpTable, Bundles, I); in runSjLjOnFunction()1436 for (auto &U : make_early_inc_range(SetjmpTable->uses())) in runSjLjOnFunction()1475 Instruction *SetjmpTable = *SetjmpTableInsts.begin(); in handleLongjmpableCallsForEmscriptenSjLj() local[all …]