Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1308 llvm::CallInst *ExceptionPtr = CGF.EmitNounwindRuntimeCall( in emitThrow() local
1313 E->getSubExpr(), Address(ExceptionPtr, CGM.Int8Ty, ExnAlign)); in emitThrow()
1331 llvm::Value *args[] = { ExceptionPtr, TypeInfo, Dtor }; in emitThrow()