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

References

lib/Bitcode/Writer/BitcodeWriter.cpp
  453       for (auto &Summaries : Index)
  466         const auto &MPI = Index.modulePaths().find(M.first);
  467         if (MPI == Index.modulePaths().end()) {
  477       for (const auto &MPSE : Index.modulePaths())
 3892   if (Index.withGlobalValueDeadStripping())
 3894   if (Index.skipModuleByDistributedBackend())
 3896   if (Index.hasSyntheticEntryCounts())
 3898   if (Index.enableSplitLTOUnit())
 3900   if (Index.partiallySplitLTOUnits())
 4012       NameVals.push_back(Index.getModuleId(VS->modulePath()));
 4035     NameVals.push_back(Index.getModuleId(FS->modulePath()));
 4079         GUID = Index.getGUIDFromOriginalID(GUID);
 4095         auto *GVSum = Index.getGlobalValueSummary(GUID, false);
 4119     NameVals.push_back(Index.getModuleId(AS->modulePath()));
 4134   if (!Index.cfiFunctionDefs().empty()) {
 4135     for (auto &S : Index.cfiFunctionDefs()) {
 4148   if (!Index.cfiFunctionDecls().empty()) {
 4149     for (auto &S : Index.cfiFunctionDecls()) {
 4165     auto TidIter = Index.typeIds().equal_range(T);