Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGObjCRuntime.cpp236 CPI->setOperand(2, CGF.getExceptionSlot().getPointer()); in EmitTryCatchStmt()
DCGException.cpp409 Address CodeGenFunction::getExceptionSlot() { in getExceptionSlot() function in CodeGenFunction
422 return Builder.CreateLoad(getExceptionSlot(), "exn"); in getExceptionFromSlot()
799 Builder.CreateStore(LPadExn, getExceptionSlot()); in EmitLandingPad()
997 CGF.Builder.CreateStore(Exn, CGF.getExceptionSlot()); in emitWasmCatchPadBlock()
DCodeGenFunction.h1898 Address getExceptionSlot();
/external/clang/lib/CodeGen/
DCGException.cpp383 Address CodeGenFunction::getExceptionSlot() { in getExceptionSlot() function in CodeGenFunction
396 return Builder.CreateLoad(getExceptionSlot(), "exn"); in getExceptionFromSlot()
761 Builder.CreateStore(LPadExn, getExceptionSlot()); in EmitLandingPad()
DCodeGenFunction.h1213 Address getExceptionSlot();