Searched refs:ExceptionData (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp3463 llvm::Value *ExceptionData; member in struct:__anon17848::PerformFragileFinally
3468 llvm::Value *ExceptionData,
3471 ExceptionData(ExceptionData), ObjCTypes(*ObjCTypes) {}
3485 ExceptionData);
3811 llvm::Value *ExceptionData = CGF.CreateTempAlloca(ObjCTypes.ExceptionDataTy, local
3839 ExceptionData,
3843 // - Call objc_exception_try_enter to push ExceptionData on top of
3845 CGF.EmitNounwindRuntimeCall(ObjCTypes.getExceptionTryEnterFn(), ExceptionData);
3851 CGF.Builder.CreateGEP(ExceptionData, GEPIndexe
3465 PerformFragileFinally(const Stmt *S, llvm::Value *SyncArgSlot, llvm::Value *CallTryExitVar, llvm::Value *ExceptionData, ObjCTypesHelper *ObjCTypes) argument
[all...]

Completed in 190 milliseconds