Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp418 llvm::Value *CodeGenFunction::getExceptionFromSlot() { in getExceptionFromSlot() function in CodeGenFunction
518 llvm::Value *exn = CGF.getExceptionFromSlot(); in emitFilterDispatchBlock()
1437 exn = CGF.getExceptionFromSlot(); in exit()
1443 if (!exn) exn = CGF.getExceptionFromSlot(); in exit()
1506 Exn = getExceptionFromSlot(); in getTerminateHandler()
1579 getExceptionFromSlot())->setDoesNotReturn(); in getEHResumeBlock()
1586 llvm::Value *Exn = getExceptionFromSlot(); in getEHResumeBlock()
H A DCGObjCRuntime.cpp240 llvm::Value *RawExn = CGF.getExceptionFromSlot(); in EmitTryCatchStmt()
H A DItaniumCXXABI.cpp3992 llvm::Value *Exn = CGF.getExceptionFromSlot(); in InitCatchParam()
4195 llvm::Value *Exn = CGF.getExceptionFromSlot(); in emitBeginCatch()
H A DCodeGenFunction.h1618 llvm::Value *getExceptionFromSlot();