Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp262 CI->setDoesNotReturn(); in InsertUnwindResumeCalls()
305 CI->setDoesNotReturn(); in InsertUnwindResumeCalls()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp267 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 DCodeGenFunction.cpp3082 TrapCall->setDoesNotReturn(); in EmitRISCVMultiVersionResolver()
3127 TrapCall->setDoesNotReturn(); in EmitAArch64MultiVersionResolver()
3167 TrapCall->setDoesNotReturn(); in EmitX86MultiVersionResolver()
H A DItaniumCXXABI.cpp1600 Call->setDoesNotReturn(); in EmitBadTypeidCall()
1800 Call->setDoesNotReturn(); in EmitBadCastCall()
5094 fn->setDoesNotReturn(); in getClangCallTerminateFn()
5124 termCall->setDoesNotReturn(); in getClangCallTerminateFn()
H A DCGObjCMac.cpp2139 CallSite->setDoesNotReturn(); in EmitMessageSend()
4794 ->setDoesNotReturn(); in EmitThrowStmt()
7666 Call->setDoesNotReturn(); in EmitThrowStmt()
7670 Call->setDoesNotReturn(); in EmitThrowStmt()
H A DCGObjCGNU.cpp4285 Throw->setDoesNotReturn(); in EmitThrowStmt()
4290 Throw->setDoesNotReturn(); in EmitThrowStmt()
H A DCGClass.cpp1452 TrapCall->setDoesNotReturn(); in EmitDestructorBody()
H A DCGCall.cpp5010 invoke->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
5014 call->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
H A DCGExpr.cpp3709 HandlerCall->setDoesNotReturn(); in emitCheckHandlerCall()
4090 TrapCall->setDoesNotReturn(); in EmitTrapCheck()
H A DMicrosoftCXXABI.cpp995 Call->setDoesNotReturn(); in EmitBadTypeidCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp462 CI->setDoesNotReturn(); in setDXILAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h586 void setDoesNotReturn() { in setDoesNotReturn() function
H A DInstrTypes.h1949 void setDoesNotReturn() { addFnAttr(Attribute::NoReturn); }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp2116 F->setDoesNotReturn(); in addNoReturnAttrs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1820 newFunction->setDoesNotReturn(); in emitFunctionBody()