Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp552 llvm::StructType *ExceptionDataTy; member in __anon0cc8f9a20111::ObjCTypesHelper
556 llvm::Type *params[] = { ExceptionDataTy->getPointerTo() }; in getExceptionTryEnterFn()
564 llvm::Type *params[] = { ExceptionDataTy->getPointerTo() }; in getExceptionTryExitFn()
572 llvm::Type *params[] = { ExceptionDataTy->getPointerTo() }; in getExceptionExtractFn()
4661 Address ExceptionData = CGF.CreateTempAlloca(ObjCTypes.ExceptionDataTy, in EmitTryOrSynchronizedStmt()
4704 ObjCTypes.ExceptionDataTy, ExceptionData.getPointer(), GEPIndexes, in EmitTryOrSynchronizedStmt()
6033 ExceptionDataTy = llvm::StructType::create( in ObjCTypesHelper()