Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ExceptionData

3706     Address ExceptionData;
3711 Address ExceptionData,
3714 ExceptionData(ExceptionData), ObjCTypes(*ObjCTypes) {}
3728 ExceptionData.getPointer());
4059 Address ExceptionData = CGF.CreateTempAlloca(ObjCTypes.ExceptionDataTy,
4061 "exceptiondata.ptr");
4089 ExceptionData,
4093 // - Call objc_exception_try_enter to push ExceptionData on top of
4096 ExceptionData.getPointer());
4102 ObjCTypes.ExceptionDataTy, ExceptionData.getPointer(), GEPIndexes,
4143 ExceptionData.getPointer(), "caught");
4166 ExceptionData.getPointer());
4301 ExceptionData.getPointer(), "caught");
4333 ExceptionData.getPointer());