Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp423 Address CodeGenFunction::getExceptionSlot() { in getExceptionSlot() function in CodeGenFunction
436 return Builder.CreateLoad(getExceptionSlot(), "exn"); in getExceptionFromSlot()
854 Builder.CreateStore(LPadExn, getExceptionSlot()); in EmitLandingPad()
1052 CGF.Builder.CreateStore(Exn, CGF.getExceptionSlot()); in emitWasmCatchPadBlock()
H A DCGObjCRuntime.cpp236 CPI->setOperand(2, CGF.getExceptionSlot().emitRawPointer(CGF)); in EmitTryCatchStmt()
H A DCodeGenFunction.h2152 Address getExceptionSlot();