Searched refs:SetjmpTable (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 251 Value *SetjmpTable, Value *SetjmpTableSize, Value *&Label, 573 BasicBlock *BB, DebugLoc DL, Value *Threw, Value *SetjmpTable, in wrapTestSetjmp() argument 604 TestSetjmpF, {LoadedThrew, SetjmpTable, SetjmpTableSize}, "label"); in wrapTestSetjmp() 1022 Instruction *SetjmpTable = CallInst::CreateMalloc( in runSjLjOnFunction() local 1025 SetjmpTable->setDebugLoc(FirstDL); in runSjLjOnFunction() 1028 auto *MallocCall = SetjmpTable->stripPointerCasts(); in runSjLjOnFunction() 1034 IRB.CreateStore(IRB.getInt32(0), SetjmpTable); in runSjLjOnFunction() 1035 SetjmpTableInsts.push_back(SetjmpTable); in runSjLjOnFunction() 1071 SetjmpTable, SetjmpTableSize}; in runSjLjOnFunction() 1236 auto *Free = CallInst::CreateFree(SetjmpTable, TI); in runSjLjOnFunction() [all …]
|