Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp552 llvm::StructType *ExceptionDataTy; member in __anon0dba85c70111::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()
4604 Address ExceptionData = CGF.CreateTempAlloca(ObjCTypes.ExceptionDataTy, in EmitTryOrSynchronizedStmt()
4647 ObjCTypes.ExceptionDataTy, ExceptionData.getPointer(), GEPIndexes, in EmitTryOrSynchronizedStmt()
5980 ExceptionDataTy = llvm::StructType::create( in ObjCTypesHelper()