Home
last modified time | relevance | path

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

/freebsd/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()
1510 exn = CGF.getExceptionFromSlot(); in exit()
1516 if (!exn) exn = CGF.getExceptionFromSlot(); in exit()
1579 Exn = getExceptionFromSlot(); in getTerminateHandler()
1642 getExceptionFromSlot())->setDoesNotReturn(); in getEHResumeBlock()
1649 llvm::Value *Exn = getExceptionFromSlot(); in getEHResumeBlock()
H A DCGObjCRuntime.cpp241 llvm::Value *RawExn = CGF.getExceptionFromSlot(); in EmitTryCatchStmt()
H A DItaniumCXXABI.cpp4816 llvm::Value *Exn = CGF.getExceptionFromSlot(); in InitCatchParam()
5016 llvm::Value *Exn = CGF.getExceptionFromSlot(); in emitBeginCatch()
H A DCodeGenFunction.h2157 llvm::Value *getExceptionFromSlot();