Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCXXABI.cpp330 return CGF.EmitNounwindRuntimeCall(CGF.CGM.getTerminateFn()); in emitTerminateForUnexpectedException()
H A DCodeGenModule.h1508 llvm::FunctionCallee getTerminateFn();
H A DCGException.cpp63 llvm::FunctionCallee CodeGenModule::getTerminateFn() { in getTerminateFn() function in CodeGenModule
H A DItaniumCXXABI.cpp4720 llvm::CallInst *termCall = builder.CreateCall(CGM.getTerminateFn()); in getClangCallTerminateFn()
4739 return CGF.EmitNounwindRuntimeCall(CGF.CGM.getTerminateFn()); in emitTerminateForUnexpectedException()