Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp145 Function *CallPersonalityF = nullptr; // _Unwind_CallPersonality() wrapper member in __anon500321e20111::WasmEHPrepare
223 CallPersonalityF = cast<Function>(M.getOrInsertFunction( in runOnFunction()
225 CallPersonalityF->setDoesNotThrow(); in runOnFunction()
321 IRB.CreateCall(CallPersonalityF, Exn, OperandBundleDef("funclet", CPI)); in prepareEHPad()