Home | History | Annotate | Download | only in llvm-ld

Lines Matching refs:Composite

601   std::auto_ptr<Module> Composite(TheLinker.releaseModule());
604 Optimize(Composite.get());
607 GenerateBitcode(Composite.get(), BitcodeOutputFilename);
622 "' is not found or not executable.", Composite.get());
628 PrintAndExit(ErrMsg, Composite.get());
640 PrintAndExit(ErrMsg, Composite.get(), 2);
643 Composite.get());
645 PrintAndExit(ErrMsg, Composite.get());
667 PrintAndExit("Failed to find llc", Composite.get());
671 PrintAndExit("Failed to find gcc", Composite.get());
677 PrintAndExit(ErrMsg, Composite.get());
681 PrintAndExit(ErrMsg, Composite.get());
694 PrintAndExit("Failed to find llc", Composite.get());
698 PrintAndExit("Failed to find gcc", Composite.get());
703 PrintAndExit(ErrMsg, Composite.get());
707 PrintAndExit(ErrMsg, Composite.get());
709 EmitShellScript(argv, Composite.get());
715 PrintAndExit(ErrMsg, Composite.get());
719 PrintAndExit(ErrMsg, Composite.get());
722 PrintAndExit(ErrMsg, Composite.get());