Home
last modified time | relevance | path

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

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