Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp433 llvm::Value *CodeGenFunction::getExceptionFromSlot() { in getExceptionFromSlot() function in CodeGenFunction
563 llvm::Value *exn = CGF.getExceptionFromSlot(); in emitFilterDispatchBlock()
1487 exn = CGF.getExceptionFromSlot(); in exit()
1493 if (!exn) exn = CGF.getExceptionFromSlot(); in exit()
1556 Exn = getExceptionFromSlot(); in getTerminateHandler()
1620 getExceptionFromSlot())->setDoesNotReturn(); in getEHResumeBlock()
1627 llvm::Value *Exn = getExceptionFromSlot(); in getEHResumeBlock()
H A DCGObjCRuntime.cpp237 llvm::Value *RawExn = CGF.getExceptionFromSlot(); in EmitTryCatchStmt()
H A DItaniumCXXABI.cpp4435 llvm::Value *Exn = CGF.getExceptionFromSlot(); in InitCatchParam()
4638 llvm::Value *Exn = CGF.getExceptionFromSlot(); in emitBeginCatch()
H A DCodeGenFunction.h2005 llvm::Value *getExceptionFromSlot();