Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp553 llvm::StructType *ExceptionDataTy; member in __anon288f636e0111::ObjCTypesHelper
557 llvm::Type *params[] = { ExceptionDataTy->getPointerTo() }; in getExceptionTryEnterFn()
565 llvm::Type *params[] = { ExceptionDataTy->getPointerTo() }; in getExceptionTryExitFn()
573 llvm::Type *params[] = { ExceptionDataTy->getPointerTo() }; in getExceptionExtractFn()
4612 Address ExceptionData = CGF.CreateTempAlloca(ObjCTypes.ExceptionDataTy, in EmitTryOrSynchronizedStmt()
4655 ObjCTypes.ExceptionDataTy, ExceptionData.getPointer(), GEPIndexes, in EmitTryOrSynchronizedStmt()
5990 ExceptionDataTy = llvm::StructType::create( in ObjCTypesHelper()