Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h254 void setDoesNotReturn() { in setDoesNotReturn() function
255 CALLSITE_DELEGATE_SETTER(setDoesNotReturn()); in setDoesNotReturn()
DFunction.h260 void setDoesNotReturn() {
DInstructions.h1418 void setDoesNotReturn() {
3087 void setDoesNotReturn() {
/external/clang/lib/CodeGen/
DCGException.cpp545 ->setDoesNotReturn(); in emitFilterDispatchBlock()
1495 fn->setDoesNotReturn(); in getClangCallTerminateFn()
1523 termCall->setDoesNotReturn(); in getClangCallTerminateFn()
1558 terminateCall->setDoesNotReturn(); in getTerminateLandingPad()
1585 terminateCall->setDoesNotReturn(); in getTerminateHandler()
1611 ->setDoesNotReturn(); in getEHResumeBlock()
DItaniumCXXABI.cpp954 CGF.EmitRuntimeCallOrInvoke(Fn).setDoesNotReturn(); in EmitBadTypeidCall()
1042 CGF.EmitRuntimeCallOrInvoke(Fn).setDoesNotReturn(); in EmitBadCastCall()
DCGCall.cpp2454 invoke->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
2458 call->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
DCGExpr.cpp2250 HandlerCall->setDoesNotReturn(); in EmitCheck()
2268 TrapCall->setDoesNotReturn(); in EmitTrapCheck()
DCGObjCMac.cpp4108 ->setDoesNotReturn(); in EmitThrowStmt()
6984 .setDoesNotReturn(); in EmitThrowStmt()
6987 .setDoesNotReturn(); in EmitThrowStmt()
DMicrosoftCXXABI.cpp667 Call.setDoesNotReturn(); in EmitBadTypeidCall()
DCGObjCGNU.cpp2673 Throw.setDoesNotReturn(); in EmitThrowStmt()
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp88 TrapCall->setDoesNotReturn(); in getTrapBB()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1876 funct->setDoesNotReturn(); in createStandardUtilityFunctions()
1896 funct->setDoesNotReturn(); in createStandardUtilityFunctions()