Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.cpp286 return CGF.EmitNounwindRuntimeCall(CGF.CGM.getTerminateFn()); in emitTerminateForUnexpectedException()
H A DCodeGenModule.h1429 llvm::FunctionCallee getTerminateFn();
H A DItaniumCXXABI.cpp4684 llvm::CallInst *termCall = builder.CreateCall(CGM.getTerminateFn()); in getClangCallTerminateFn()
4703 return CGF.EmitNounwindRuntimeCall(CGF.CGM.getTerminateFn()); in emitTerminateForUnexpectedException()
H A DCGException.cpp63 llvm::FunctionCallee CodeGenModule::getTerminateFn() { in getTerminateFn() function in CodeGenModule