Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp263 CI->setDoesNotReturn(); in InsertUnwindResumeCalls()
306 CI->setDoesNotReturn(); in InsertUnwindResumeCalls()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp207 TrapCall->setDoesNotReturn(); in addBoundsChecking()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp576 ->setDoesNotReturn(); in emitFilterDispatchBlock()
1558 terminateCall->setDoesNotReturn(); in getTerminateLandingPad()
1582 terminateCall->setDoesNotReturn(); in getTerminateHandler()
1617 terminateCall->setDoesNotReturn(); in getTerminateFunclet()
1642 getExceptionFromSlot())->setDoesNotReturn(); in getEHResumeBlock()
H A DItaniumCXXABI.cpp1586 Call->setDoesNotReturn(); in EmitBadTypeidCall()
1786 Call->setDoesNotReturn(); in EmitBadCastCall()
5043 fn->setDoesNotReturn(); in getClangCallTerminateFn()
5073 termCall->setDoesNotReturn(); in getClangCallTerminateFn()
H A DCodeGenFunction.cpp2921 TrapCall->setDoesNotReturn(); in EmitAArch64MultiVersionResolver()
2961 TrapCall->setDoesNotReturn(); in EmitX86MultiVersionResolver()
H A DCGObjCMac.cpp2226 CallSite->setDoesNotReturn(); in EmitMessageSend()
4894 ->setDoesNotReturn(); in EmitThrowStmt()
7779 Call->setDoesNotReturn(); in EmitThrowStmt()
7783 Call->setDoesNotReturn(); in EmitThrowStmt()
H A DCGObjCGNU.cpp4194 Throw->setDoesNotReturn(); in EmitThrowStmt()
4199 Throw->setDoesNotReturn(); in EmitThrowStmt()
H A DCGCall.cpp4836 invoke->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
4840 call->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
H A DCGClass.cpp1449 TrapCall->setDoesNotReturn(); in EmitDestructorBody()
H A DCGExpr.cpp3515 HandlerCall->setDoesNotReturn(); in emitCheckHandlerCall()
3866 TrapCall->setDoesNotReturn(); in EmitTrapCheck()
H A DMicrosoftCXXABI.cpp1000 Call->setDoesNotReturn(); in EmitBadTypeidCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h578 void setDoesNotReturn() { in setDoesNotReturn() function
H A DInstrTypes.h2009 void setDoesNotReturn() { addFnAttr(Attribute::NoReturn); }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1757 F->setDoesNotReturn(); in addNoReturnAttrs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1025 newFunction->setDoesNotReturn(); in constructFunction()