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

References

lib/LTO/LTO.cpp
  471       Mover(std::make_unique<IRMover>(*CombinedModule)) {}
  502     Triple TT(RegularLTO.CombinedModule->getTargetTriple());
  575   if (RegularLTO.CombinedModule->getTargetTriple().empty())
  576     RegularLTO.CombinedModule->setTargetTriple(Input->getTargetTriple());
  793         RegularLTO.CombinedModule->getNamedValue(GV->getName());
  864   Function *TypeTestFunc = RegularLTO.CombinedModule->getFunction(
  866   Function *TypeCheckedLoadFunc = RegularLTO.CombinedModule->getFunction(
  956   const DataLayout &DL = RegularLTO.CombinedModule->getDataLayout();
  961     GlobalVariable *OldGV = RegularLTO.CombinedModule->getNamedGlobal(I.first);
  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))
 1014                  std::move(RegularLTO.CombinedModule), ThinLTO.CombinedIndex);