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

References

lib/IR/AsmWriter.cpp
  921   if (!TheIndex)
  924   TheIndex = nullptr; ///< Prevent re-processing next time we're called.
 1021   assert(TheIndex);
 1027   for (auto &ModPath : TheIndex->modulePaths())
 1035   for (auto &GlobalList : *TheIndex)
 1041   for (auto TidIter = TheIndex->typeIds().begin();
 1042        TidIter != TheIndex->typeIds().end(); TidIter++)
 1045   for (auto &TId : TheIndex->typeIdCompatibleVtableMap())