reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/LTO/LTO.cpp
  483       RegularLTO(ParallelCodeGenParallelismLevel, this->Conf),
  572   if (Conf.ResolutionFile)
  573     writeToResolutionFile(*Conf.ResolutionFile, Input.get(), Res);
  924                                   isPrevailing, Conf.OptLevel > 0);
  927   auto StatsFileOrErr = setupStatsFile(Conf.StatsFile);
  983   if (Conf.PreOptModuleHook &&
  984       !Conf.PreOptModuleHook(0, *RegularLTO.CombinedModule))
  987   if (!Conf.CodeGenOnly) {
 1009     if (Conf.PostInternalizeModuleHook &&
 1010         !Conf.PostInternalizeModuleHook(0, *RegularLTO.CombinedModule))
 1013   return backend(Conf, AddStream, RegularLTO.ParallelCodeGenParallelismLevel,
 1265   if (Conf.CombinedIndexHook && !Conf.CombinedIndexHook(ThinLTO.CombinedIndex))
 1265   if (Conf.CombinedIndexHook && !Conf.CombinedIndexHook(ThinLTO.CombinedIndex))
 1306   if (Conf.OptLevel > 0)
 1361       ThinLTO.Backend(Conf, ThinLTO.CombinedIndex, ModuleToDefinedGVSummaries,