Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp140 Function *CatchF = nullptr; // wasm.catch.extract() intrinsic member in __anon500321e20111::WasmEHPrepare
211 CatchF = Intrinsic::getDeclaration(&M, Intrinsic::wasm_catch); in runOnFunction()
268 Instruction *Exn = IRB.CreateCall(CatchF, IRB.getInt32(0), "exn"); in prepareEHPad()