Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp261 CI->setDoesNotReturn(); in InsertUnwindResumeCalls()
297 CI->setDoesNotReturn(); in InsertUnwindResumeCalls()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp197 TrapCall->setDoesNotReturn(); in addBoundsChecking()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DVerifierTest.cpp262 F1->setDoesNotReturn(); in TEST()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp565 ->setDoesNotReturn(); in emitFilterDispatchBlock()
1535 terminateCall->setDoesNotReturn(); in getTerminateLandingPad()
1559 terminateCall->setDoesNotReturn(); in getTerminateHandler()
1595 terminateCall->setDoesNotReturn(); in getTerminateFunclet()
1620 getExceptionFromSlot())->setDoesNotReturn(); in getEHResumeBlock()
H A DItaniumCXXABI.cpp1421 Call->setDoesNotReturn(); in EmitBadTypeidCall()
1542 Call->setDoesNotReturn(); in EmitBadCastCall()
4661 fn->setDoesNotReturn(); in getClangCallTerminateFn()
4691 termCall->setDoesNotReturn(); in getClangCallTerminateFn()
H A DCGObjCMac.cpp2222 CallSite->setDoesNotReturn(); in EmitMessageSend()
4904 ->setDoesNotReturn(); in EmitThrowStmt()
7818 Call->setDoesNotReturn(); in EmitThrowStmt()
7822 Call->setDoesNotReturn(); in EmitThrowStmt()
H A DCGObjCGNU.cpp4055 Throw->setDoesNotReturn(); in EmitThrowStmt()
4061 Throw->setDoesNotReturn(); in EmitThrowStmt()
H A DCodeGenFunction.cpp2670 TrapCall->setDoesNotReturn(); in EmitMultiVersionResolver()
H A DCGCall.cpp4519 invoke->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
4523 call->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
H A DCGClass.cpp1448 TrapCall->setDoesNotReturn(); in EmitDestructorBody()
H A DCGExpr.cpp3281 HandlerCall->setDoesNotReturn(); in emitCheckHandlerCall()
3593 TrapCall->setDoesNotReturn(); in EmitTrapCheck()
H A DMicrosoftCXXABI.cpp979 Call->setDoesNotReturn(); in EmitBadTypeidCall()
/llvm-project-15.0.7/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1822 funct->setDoesNotReturn(); in createStandardUtilityFunctions()
1842 funct->setDoesNotReturn(); in createStandardUtilityFunctions()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h547 void setDoesNotReturn() { in setDoesNotReturn() function
H A DInstrTypes.h1893 void setDoesNotReturn() { addFnAttr(Attribute::NoReturn); }
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1664 F->setDoesNotReturn(); in addNoReturnAttrs()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1840 newFunction->setDoesNotReturn(); in extractCodeRegion()