Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp269 Value *&LongjmpResult, BasicBlock *&EndBB);
534 Value *SetjmpTableSize, Value *&Label, Value *&LongjmpResult, in wrapTestSetjmp() argument
590 LongjmpResult = IRB.CreateLoad(TempRet0GV, "longjmp_result"); in wrapTestSetjmp()
1071 Value *LongjmpResult = nullptr; in runSjLjOnFunction() local
1074 LongjmpResult, EndBB); in runSjLjOnFunction()
1075 assert(Label && LongjmpResult && EndBB); in runSjLjOnFunction()
1086 SetjmpRetPHIs[i]->addIncoming(LongjmpResult, EndBB); in runSjLjOnFunction()