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()
1263 exn = CGF.getExceptionFromSlot(); in exit()
1269 if (!exn) exn = CGF.getExceptionFromSlot(); in exit()
1340 Exn = getExceptionFromSlot(); in getTerminateHandler()
1369 getExceptionFromSlot())->setDoesNotReturn(); in getEHResumeBlock()
1376 llvm::Value *Exn = getExceptionFromSlot(); in getEHResumeBlock()
DCGObjCRuntime.cpp232 llvm::Value *RawExn = CGF.getExceptionFromSlot(); in EmitTryCatchStmt()
DItaniumCXXABI.cpp3605 llvm::Value *Exn = CGF.getExceptionFromSlot(); in InitCatchParam()
3805 llvm::Value *Exn = CGF.getExceptionFromSlot(); in emitBeginCatch()
DCodeGenFunction.h1218 llvm::Value *getExceptionFromSlot();