Searched refs:ExceptionPtr (Results 1 – 1 of 1) sorted by relevance
1079 llvm::CallInst *ExceptionPtr = CGF.EmitNounwindRuntimeCall( in emitThrow() local1083 CGF.EmitAnyExprToExn(E->getSubExpr(), Address(ExceptionPtr, ExnAlign)); in emitThrow()1102 llvm::Value *args[] = { ExceptionPtr, TypeInfo, Dtor }; in emitThrow()