Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGException.cpp1188 llvm::Value *typeValue = handler.Type; in emitCatchDispatchBlock() local
1189 assert(typeValue && "fell into catch-all case!"); in emitCatchDispatchBlock()
1190 typeValue = CGF.Builder.CreateBitCast(typeValue, CGF.Int8PtrTy); in emitCatchDispatchBlock()
1216 CGF.Builder.CreateCall(llvm_eh_typeid_for, typeValue); in emitCatchDispatchBlock()