Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp952 llvm::CallInst *ExceptionPtr = CGF.EmitNounwindRuntimeCall( in emitThrow() local
955 CGF.EmitAnyExprToExn(E->getSubExpr(), ExceptionPtr); in emitThrow()
974 llvm::Value *args[] = { ExceptionPtr, TypeInfo, Dtor }; in emitThrow()