Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp435 llvm::Value *CodeGenFunction::getExceptionFromSlot() { in getExceptionFromSlot() function in CodeGenFunction
574 llvm::Value *exn = CGF.getExceptionFromSlot(); in emitFilterDispatchBlock()
1509 exn = CGF.getExceptionFromSlot(); in exit()
1515 if (!exn) exn = CGF.getExceptionFromSlot(); in exit()
1578 Exn = getExceptionFromSlot(); in getTerminateHandler()
1641 getExceptionFromSlot())->setDoesNotReturn(); in getEHResumeBlock()
1648 llvm::Value *Exn = getExceptionFromSlot(); in getEHResumeBlock()
H A DCGObjCRuntime.cpp241 llvm::Value *RawExn = CGF.getExceptionFromSlot(); in EmitTryCatchStmt()
H A DItaniumCXXABI.cpp4541 llvm::Value *Exn = CGF.getExceptionFromSlot(); in InitCatchParam()
4741 llvm::Value *Exn = CGF.getExceptionFromSlot(); in emitBeginCatch()
H A DCodeGenFunction.h2067 llvm::Value *getExceptionFromSlot();