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

References

lib/CodeGen/GCMetadata.cpp
  111   OS << "GC roots for " << FD->getFunction().getName() << ":\n";
  112   for (GCFunctionInfo::roots_iterator RI = FD->roots_begin(),
  113                                       RE = FD->roots_end();
  117   OS << "GC safe points for " << FD->getFunction().getName() << ":\n";
  118   for (GCFunctionInfo::iterator PI = FD->begin(), PE = FD->end(); PI != PE;
  118   for (GCFunctionInfo::iterator PI = FD->begin(), PE = FD->end(); PI != PE;
  124     for (GCFunctionInfo::live_iterator RI = FD->live_begin(PI),
  125                                        RE = FD->live_end(PI);