Home | History | Annotate | Download | only in lli

Lines Matching refs:exit

468   atexit(do_shutdown);  // Call llvm_shutdown() on exit.
496 exit(1);
527 exit(1);
561 exit(1);
602 // If the program doesn't explicitly call exit, we will need the Exit
604 Constant *Exit = Mod->getOrInsertFunction("exit", Type::getVoidTy(Context),
673 // If the program didn't call exit explicitly, we should call it now.
675 if (Function *ExitF = dyn_cast<Function>(Exit)) {
681 errs() << "ERROR: exit(" << Result << ") returned!\n";
684 errs() << "ERROR: exit defined with wrong prototype!\n";