Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1152 llvm::Value *typeValue = handler.Type.RTTI; in emitCatchDispatchBlock() local
1155 assert(typeValue && "fell into catch-all case!"); in emitCatchDispatchBlock()
1157 if (typeValue->getType() != argTy) in emitCatchDispatchBlock()
1158 typeValue = in emitCatchDispatchBlock()
1159 CGF.getTargetHooks().performAddrSpaceCast(CGF, typeValue, globAS, in emitCatchDispatchBlock()
1186 CGF.Builder.CreateCall(llvm_eh_typeid_for, typeValue); in emitCatchDispatchBlock()