Searched refs:ThrewValueGV (Results 1 – 1 of 1) sorted by relevance
300 GlobalVariable *ThrewValueGV = nullptr; // __threwValue (Emscripten) member in __anoneea379d40111::WebAssemblyLowerEmscriptenEHSjLj720 Value *ThrewValue = IRB.CreateLoad(IRB.getInt32Ty(), ThrewValueGV, in wrapTestSetjmp()721 ThrewValueGV->getName() + ".val"); in wrapTestSetjmp()931 ThrewValueGV = getGlobalVariable(M, IRB.getInt32Ty(), TM, "__threwValue"); in runOnModule()1060 for (auto *V : {ThrewGV, ThrewValueGV}) in runOnModule()1129 Value *ThrewValue = IRB.CreateLoad(IRB.getInt32Ty(), ThrewValueGV, in runEHOnFunction()1130 ThrewValueGV->getName() + ".val"); in runEHOnFunction()