Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h345 void setDoesNotReturn() { in setDoesNotReturn() function
346 CALLSITE_DELEGATE_SETTER(setDoesNotReturn()); in setDoesNotReturn()
DFunction.h313 void setDoesNotReturn() {
DInstructions.h1727 void setDoesNotReturn() {
3638 void setDoesNotReturn() {
/external/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp133 TrapCall->setDoesNotReturn(); in buildCFICheck()
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp86 TrapCall->setDoesNotReturn(); in getTrapBB()
/external/clang/lib/CodeGen/
DCGException.cpp499 ->setDoesNotReturn(); in emitFilterDispatchBlock()
1309 terminateCall->setDoesNotReturn(); in getTerminateLandingPad()
1340 terminateCall->setDoesNotReturn(); in getTerminateHandler()
1365 getExceptionFromSlot())->setDoesNotReturn(); in getEHResumeBlock()
DItaniumCXXABI.cpp1208 CGF.EmitRuntimeCallOrInvoke(Fn).setDoesNotReturn(); in EmitBadTypeidCall()
1305 CGF.EmitRuntimeCallOrInvoke(Fn).setDoesNotReturn(); in EmitBadCastCall()
3790 fn->setDoesNotReturn(); in getClangCallTerminateFn()
3820 termCall->setDoesNotReturn(); in getClangCallTerminateFn()
DCGObjCMac.cpp1955 llvm::CallSite(CallSite).setDoesNotReturn(); in EmitMessageSend()
4294 ->setDoesNotReturn(); in EmitThrowStmt()
7145 .setDoesNotReturn(); in EmitThrowStmt()
7148 .setDoesNotReturn(); in EmitThrowStmt()
DCGCall.cpp3092 invoke->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
3096 call->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
DCGExpr.cpp2425 HandlerCall->setDoesNotReturn(); in emitCheckHandlerCall()
2573 TrapCall->setDoesNotReturn(); in EmitTrapCheck()
DCGObjCGNU.cpp2707 Throw.setDoesNotReturn(); in EmitThrowStmt()
DMicrosoftCXXABI.cpp971 Call.setDoesNotReturn(); in EmitBadTypeidCall()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1874 funct->setDoesNotReturn(); in createStandardUtilityFunctions()
1894 funct->setDoesNotReturn(); in createStandardUtilityFunctions()