Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp236 CPI->setOperand(2, CGF.getExceptionSlot().getPointer()); in EmitTryCatchStmt()
H A DCGException.cpp421 Address CodeGenFunction::getExceptionSlot() { in getExceptionSlot() function in CodeGenFunction
434 return Builder.CreateLoad(getExceptionSlot(), "exn"); in getExceptionFromSlot()
830 Builder.CreateStore(LPadExn, getExceptionSlot()); in EmitLandingPad()
1028 CGF.Builder.CreateStore(Exn, CGF.getExceptionSlot()); in emitWasmCatchPadBlock()
H A DCodeGenFunction.h1942 Address getExceptionSlot();