Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1285 llvm::CallInst *ExceptionPtr = CGF.EmitNounwindRuntimeCall( in emitThrow() local
1290 E->getSubExpr(), Address(ExceptionPtr, CGM.Int8Ty, ExnAlign)); in emitThrow()
1309 llvm::Value *args[] = { ExceptionPtr, TypeInfo, Dtor }; in emitThrow()