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

References

lib/LTO/LTO.cpp
  453   File->Mods = FOrErr->Mods;
  459   return Mods[0].getModuleIdentifier();
  463   assert(Mods.size() == 1 && "Expect only one bitcode module");
  464   return Mods[0];
  579   for (unsigned I = 0; I != Input->Mods.size(); ++I)
  590   Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo();
  603   BitcodeModule BM = Input.Mods[ModI];