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

References

lib/LTO/LTO.cpp
  502     Triple TT(RegularLTO.CombinedModule->getTargetTriple());
  575   if (RegularLTO.CombinedModule->getTargetTriple().empty())
  576     RegularLTO.CombinedModule->setTargetTriple(Input->getTargetTriple());
  624   RegularLTO.ModsWithSummaries.push_back(std::move(*ModOrErr));
  667       BM.getLazyModule(RegularLTO.Ctx, /*ShouldLazyLoadMetadata*/ true,
  763       auto &CommonRes = RegularLTO.Commons[Sym.getIRName()];
  793         RegularLTO.CombinedModule->getNamedValue(GV->getName());
  800   return RegularLTO.Mover->move(std::move(Mod.M), Keep,
  855   return RegularLTO.ParallelCodeGenParallelismLevel + ThinLTO.ModuleMap.size();
  864   Function *TypeTestFunc = RegularLTO.CombinedModule->getFunction(
  866   Function *TypeCheckedLoadFunc = RegularLTO.CombinedModule->getFunction(
  934   for (auto &M : RegularLTO.ModsWithSummaries)
  956   const DataLayout &DL = RegularLTO.CombinedModule->getDataLayout();
  957   for (auto &I : RegularLTO.Commons) {
  961     GlobalVariable *OldGV = RegularLTO.CombinedModule->getNamedGlobal(I.first);
  969         ArrayType::get(Type::getInt8Ty(RegularLTO.Ctx), I.second.Size);
  970     auto *GV = new GlobalVariable(*RegularLTO.CombinedModule, Ty, false,
  984       !Conf.PreOptModuleHook(0, *RegularLTO.CombinedModule))
  996           RegularLTO.CombinedModule->getNamedValue(R.second.IRName);
 1007     RegularLTO.CombinedModule->addModuleFlag(Module::Error, "LTOPostLink", 1);
 1010         !Conf.PostInternalizeModuleHook(0, *RegularLTO.CombinedModule))
 1013   return backend(Conf, AddStream, RegularLTO.ParallelCodeGenParallelismLevel,
 1014                  std::move(RegularLTO.CombinedModule), ThinLTO.CombinedIndex);
 1366   unsigned Task = RegularLTO.ParallelCodeGenParallelismLevel;