Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp433 llvm::Value *CodeGenFunction::getExceptionFromSlot() { in getExceptionFromSlot() function in CodeGenFunction
559 llvm::Value *exn = CGF.getExceptionFromSlot(); in emitFilterDispatchBlock()
1481 exn = CGF.getExceptionFromSlot(); in exit()
1487 if (!exn) exn = CGF.getExceptionFromSlot(); in exit()
1550 Exn = getExceptionFromSlot(); in getTerminateHandler()
1614 getExceptionFromSlot())->setDoesNotReturn(); in getEHResumeBlock()
1621 llvm::Value *Exn = getExceptionFromSlot(); in getEHResumeBlock()
H A DCGObjCRuntime.cpp238 llvm::Value *RawExn = CGF.getExceptionFromSlot(); in EmitTryCatchStmt()
H A DItaniumCXXABI.cpp4430 llvm::Value *Exn = CGF.getExceptionFromSlot(); in InitCatchParam()
4633 llvm::Value *Exn = CGF.getExceptionFromSlot(); in emitBeginCatch()
H A DCodeGenFunction.h1947 llvm::Value *getExceptionFromSlot();