Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCMac.cpp547 llvm::Type *ExceptionDataTy; member in __anon0ea151f90111::ObjCTypesHelper
551 llvm::Type *params[] = { ExceptionDataTy->getPointerTo() }; in getExceptionTryEnterFn()
559 llvm::Type *params[] = { ExceptionDataTy->getPointerTo() }; in getExceptionTryExitFn()
567 llvm::Type *params[] = { ExceptionDataTy->getPointerTo() }; in getExceptionExtractFn()
3776 llvm::Value *ExceptionData = CGF.CreateTempAlloca(ObjCTypes.ExceptionDataTy, in EmitTryOrSynchronizedStmt()
3817 ObjCTypes.ExceptionDataTy, ExceptionData, GEPIndexes, "setjmp_buffer"); in EmitTryOrSynchronizedStmt()
5232 ExceptionDataTy = in ObjCTypesHelper()