Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp235 CI->setDoesNotReturn(); in InsertUnwindResumeCalls()
265 CI->setDoesNotReturn(); in InsertUnwindResumeCalls()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp196 TrapCall->setDoesNotReturn(); in addBoundsChecking()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp561 ->setDoesNotReturn(); in emitFilterDispatchBlock()
1529 terminateCall->setDoesNotReturn(); in getTerminateLandingPad()
1553 terminateCall->setDoesNotReturn(); in getTerminateHandler()
1589 terminateCall->setDoesNotReturn(); in getTerminateFunclet()
1614 getExceptionFromSlot())->setDoesNotReturn(); in getEHResumeBlock()
H A DItaniumCXXABI.cpp1454 Call->setDoesNotReturn(); in EmitBadTypeidCall()
1575 Call->setDoesNotReturn(); in EmitBadCastCall()
4697 fn->setDoesNotReturn(); in getClangCallTerminateFn()
4727 termCall->setDoesNotReturn(); in getClangCallTerminateFn()
H A DCGObjCMac.cpp2286 CallSite->setDoesNotReturn(); in EmitMessageSend()
4963 ->setDoesNotReturn(); in EmitThrowStmt()
7846 Call->setDoesNotReturn(); in EmitThrowStmt()
7850 Call->setDoesNotReturn(); in EmitThrowStmt()
H A DCGObjCGNU.cpp3973 Throw->setDoesNotReturn(); in EmitThrowStmt()
3979 Throw->setDoesNotReturn(); in EmitThrowStmt()
H A DCodeGenFunction.cpp2604 TrapCall->setDoesNotReturn(); in EmitMultiVersionResolver()
H A DCGCall.cpp4434 invoke->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
4438 call->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
H A DCGClass.cpp1450 TrapCall->setDoesNotReturn(); in EmitDestructorBody()
H A DCGExpr.cpp3192 HandlerCall->setDoesNotReturn(); in emitCheckHandlerCall()
3503 TrapCall->setDoesNotReturn(); in EmitTrapCheck()
H A DMicrosoftCXXABI.cpp972 Call->setDoesNotReturn(); in EmitBadTypeidCall()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h601 void setDoesNotReturn() { in setDoesNotReturn() function
H A DInstrTypes.h1837 void setDoesNotReturn() {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1426 F->setDoesNotReturn(); in addNoReturnAttrs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1770 newFunction->setDoesNotReturn(); in extractCodeRegion()