Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4820 llvm::Type *LLVMCatchTy = CGF.ConvertTypeForMem(CatchType); in InitCatchParam() local
4878 CGF.Builder.CreateBitCast(AdjustedExn, LLVMCatchTy, "exn.byref"); in InitCatchParam()
4892 CGF.Builder.CreateBitCast(AdjustedExn, LLVMCatchTy, "exn.casted"); in InitCatchParam()
4944 LLVMCatchTy, caughtExnAlignment); in InitCatchParam()
4958 LLVMCatchTy, caughtExnAlignment); in InitCatchParam()