Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp395 llvm::Value *CodeGenFunction::getExceptionFromSlot() { in getExceptionFromSlot() function in CodeGenFunction
497 llvm::Value *exn = CGF.getExceptionFromSlot(); in emitFilterDispatchBlock()
1261 exn = CGF.getExceptionFromSlot(); in exit()
1267 if (!exn) exn = CGF.getExceptionFromSlot(); in exit()
1336 Exn = getExceptionFromSlot(); in getTerminateHandler()
1365 getExceptionFromSlot())->setDoesNotReturn(); in getEHResumeBlock()
1372 llvm::Value *Exn = getExceptionFromSlot(); in getEHResumeBlock()
DCGObjCRuntime.cpp233 llvm::Value *RawExn = CGF.getExceptionFromSlot(); in EmitTryCatchStmt()
DItaniumCXXABI.cpp3567 llvm::Value *Exn = CGF.getExceptionFromSlot(); in InitCatchParam()
3767 llvm::Value *Exn = CGF.getExceptionFromSlot(); in emitBeginCatch()
DCodeGenFunction.h1134 llvm::Value *getExceptionFromSlot();