Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp262 CI->setDoesNotReturn(); in InsertUnwindResumeCalls()
298 CI->setDoesNotReturn(); in InsertUnwindResumeCalls()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp207 TrapCall->setDoesNotReturn(); in addBoundsChecking()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp576 ->setDoesNotReturn(); in emitFilterDispatchBlock()
1557 terminateCall->setDoesNotReturn(); in getTerminateLandingPad()
1581 terminateCall->setDoesNotReturn(); in getTerminateHandler()
1616 terminateCall->setDoesNotReturn(); in getTerminateFunclet()
1641 getExceptionFromSlot())->setDoesNotReturn(); in getEHResumeBlock()
H A DItaniumCXXABI.cpp1433 Call->setDoesNotReturn(); in EmitBadTypeidCall()
1620 Call->setDoesNotReturn(); in EmitBadCastCall()
4768 fn->setDoesNotReturn(); in getClangCallTerminateFn()
4798 termCall->setDoesNotReturn(); in getClangCallTerminateFn()
H A DCodeGenFunction.cpp2825 TrapCall->setDoesNotReturn(); in EmitAArch64MultiVersionResolver()
2865 TrapCall->setDoesNotReturn(); in EmitX86MultiVersionResolver()
H A DCGObjCMac.cpp2219 CallSite->setDoesNotReturn(); in EmitMessageSend()
4886 ->setDoesNotReturn(); in EmitThrowStmt()
7773 Call->setDoesNotReturn(); in EmitThrowStmt()
7777 Call->setDoesNotReturn(); in EmitThrowStmt()
H A DCGObjCGNU.cpp4195 Throw->setDoesNotReturn(); in EmitThrowStmt()
4200 Throw->setDoesNotReturn(); in EmitThrowStmt()
H A DCGCall.cpp4799 invoke->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
4803 call->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
H A DCGClass.cpp1440 TrapCall->setDoesNotReturn(); in EmitDestructorBody()
H A DCGExpr.cpp3515 HandlerCall->setDoesNotReturn(); in emitCheckHandlerCall()
3838 TrapCall->setDoesNotReturn(); in EmitTrapCheck()
H A DMicrosoftCXXABI.cpp1004 Call->setDoesNotReturn(); in EmitBadTypeidCall()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h560 void setDoesNotReturn() { in setDoesNotReturn() function
H A DInstrTypes.h1989 void setDoesNotReturn() { addFnAttr(Attribute::NoReturn); }
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1736 F->setDoesNotReturn(); in addNoReturnAttrs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1889 newFunction->setDoesNotReturn(); in extractCodeRegion()