Searched refs:ThrewValueGV (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp236 GlobalVariable *ThrewValueGV = nullptr; member in class:__anon4374::final
563 Value *ThrewValue = IRB.CreateLoad(IRB.getInt32Ty(), ThrewValueGV,
564 ThrewValueGV->getName() + ".val");
649 ThrewValueGV = getGlobalVariableI32(M, IRB, "__threwValue");

Completed in 88 milliseconds