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

References

lib/CodeGen/MachineModuleInfo.cpp
  115   BBCallbacks.emplace_back(BB);
  116   BBCallbacks.back().setMap(this);
  117   Entry.Index = BBCallbacks.size() - 1;
  144   BBCallbacks[Entry.Index] = nullptr;  // Clear the callback.
  171     BBCallbacks[OldEntry.Index].setPtr(New);    // Update the callback.
  176   BBCallbacks[OldEntry.Index] = nullptr;    // Update the callback.