Searched refs:SetjmpTable (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 245 Value *SetjmpTable, Value *SetjmpTableSize, Value *&Label, 562 BasicBlock *BB, DebugLoc DL, Value *Threw, Value *SetjmpTable, in wrapTestSetjmp() argument 593 TestSetjmpF, {LoadedThrew, SetjmpTable, SetjmpTableSize}, "label"); in wrapTestSetjmp() 968 Instruction *SetjmpTable = CallInst::CreateMalloc( in runSjLjOnFunction() local 971 SetjmpTable->setDebugLoc(FirstDL); in runSjLjOnFunction() 974 auto *MallocCall = SetjmpTable->stripPointerCasts(); in runSjLjOnFunction() 980 IRB.CreateStore(IRB.getInt32(0), SetjmpTable); in runSjLjOnFunction() 981 SetjmpTableInsts.push_back(SetjmpTable); in runSjLjOnFunction() 1017 SetjmpTable, SetjmpTableSize}; in runSjLjOnFunction() 1110 wrapTestSetjmp(BB, CI->getDebugLoc(), Threw, SetjmpTable, SetjmpTableSize, in runSjLjOnFunction() [all …]
|