Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp421 Address CodeGenFunction::getExceptionSlot() { in getExceptionSlot() function in CodeGenFunction
434 return Builder.CreateLoad(getExceptionSlot(), "exn"); in getExceptionFromSlot()
836 Builder.CreateStore(LPadExn, getExceptionSlot()); in EmitLandingPad()
1034 CGF.Builder.CreateStore(Exn, CGF.getExceptionSlot()); in emitWasmCatchPadBlock()
H A DCGObjCRuntime.cpp235 CPI->setOperand(2, CGF.getExceptionSlot().getPointer()); in EmitTryCatchStmt()
H A DCodeGenFunction.h2000 Address getExceptionSlot();