Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp261 CI->setDoesNotReturn(); in InsertUnwindResumeCalls()
297 CI->setDoesNotReturn(); in InsertUnwindResumeCalls()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp198 TrapCall->setDoesNotReturn(); in addBoundsChecking()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGException.cpp565 ->setDoesNotReturn(); in emitFilterDispatchBlock()
1533 terminateCall->setDoesNotReturn(); in getTerminateLandingPad()
1557 terminateCall->setDoesNotReturn(); in getTerminateHandler()
1592 terminateCall->setDoesNotReturn(); in getTerminateFunclet()
1617 getExceptionFromSlot())->setDoesNotReturn(); in getEHResumeBlock()
H A DItaniumCXXABI.cpp1410 Call->setDoesNotReturn(); in EmitBadTypeidCall()
1531 Call->setDoesNotReturn(); in EmitBadCastCall()
4692 fn->setDoesNotReturn(); in getClangCallTerminateFn()
4722 termCall->setDoesNotReturn(); in getClangCallTerminateFn()
H A DCodeGenFunction.cpp2745 TrapCall->setDoesNotReturn(); in EmitAArch64MultiVersionResolver()
2785 TrapCall->setDoesNotReturn(); in EmitX86MultiVersionResolver()
H A DCGObjCMac.cpp2227 CallSite->setDoesNotReturn(); in EmitMessageSend()
4912 ->setDoesNotReturn(); in EmitThrowStmt()
7826 Call->setDoesNotReturn(); in EmitThrowStmt()
7830 Call->setDoesNotReturn(); in EmitThrowStmt()
H A DCGObjCGNU.cpp4054 Throw->setDoesNotReturn(); in EmitThrowStmt()
4060 Throw->setDoesNotReturn(); in EmitThrowStmt()
H A DCGCall.cpp4569 invoke->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
4573 call->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
H A DCGClass.cpp1449 TrapCall->setDoesNotReturn(); in EmitDestructorBody()
H A DCGExpr.cpp3253 HandlerCall->setDoesNotReturn(); in emitCheckHandlerCall()
3568 TrapCall->setDoesNotReturn(); in EmitTrapCheck()
H A DMicrosoftCXXABI.cpp992 Call->setDoesNotReturn(); in EmitBadTypeidCall()
/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1822 funct->setDoesNotReturn(); in createStandardUtilityFunctions()
1842 funct->setDoesNotReturn(); in createStandardUtilityFunctions()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h527 void setDoesNotReturn() { in setDoesNotReturn() function
H A DInstrTypes.h1893 void setDoesNotReturn() { addFnAttr(Attribute::NoReturn); }
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1577 F->setDoesNotReturn(); in addNoReturnAttrs()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1850 newFunction->setDoesNotReturn(); in extractCodeRegion()