Home
last modified time | relevance | path

Searched refs:getExceptionSlot (Results 1 – 4 of 4) 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.cpp234 CPI->setOperand(2, CGF.getExceptionSlot().emitRawPointer(CGF)); in EmitTryCatchStmt()
H A DCodeGenFunction.h2162 Address getExceptionSlot();
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc3081 …eGen15CodeGenFunction16getExceptionSlotEv", "clang::CodeGen::CodeGenFunction::getExceptionSlot()"},