Home
last modified time | relevance | path

Searched refs:getExceptionFromSlot (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGException.cpp433 llvm::Value *CodeGenFunction::getExceptionFromSlot() { in getExceptionFromSlot() function in CodeGenFunction
563 llvm::Value *exn = CGF.getExceptionFromSlot(); in emitFilterDispatchBlock()
1485 exn = CGF.getExceptionFromSlot(); in exit()
1491 if (!exn) exn = CGF.getExceptionFromSlot(); in exit()
1554 Exn = getExceptionFromSlot(); in getTerminateHandler()
1617 getExceptionFromSlot())->setDoesNotReturn(); in getEHResumeBlock()
1624 llvm::Value *Exn = getExceptionFromSlot(); in getEHResumeBlock()
H A DCGObjCRuntime.cpp243 llvm::Value *RawExn = CGF.getExceptionFromSlot(); in EmitTryCatchStmt()
H A DItaniumCXXABI.cpp4463 llvm::Value *Exn = CGF.getExceptionFromSlot(); in InitCatchParam()
4666 llvm::Value *Exn = CGF.getExceptionFromSlot(); in emitBeginCatch()
H A DCodeGenFunction.h2007 llvm::Value *getExceptionFromSlot();