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

References

lib/Target/AArch64/AArch64CollectLOH.cpp
  388                       << '\t' << MI << '\t' << *Info.LastADRP);
  389     AFI.addLOHDirective(MCLOH_AdrpAdrp, {&MI, Info.LastADRP});
  398                         << '\t' << MI << '\t' << *Info.MI0);
  399       AFI.addLOHDirective(MCLOH_AdrpAdd, {&MI, Info.MI0});
  405                           << '\t' << MI << '\t' << *Info.MI0);
  406         AFI.addLOHDirective(MCLOH_AdrpLdr, {&MI, Info.MI0});
  412                         << '\t' << MI << '\t' << *Info.MI1 << '\t'
  414       AFI.addLOHDirective(MCLOH_AdrpAddLdr, {&MI, Info.MI1, Info.MI0});
  420                           << '\t' << MI << '\t' << *Info.MI1 << '\t'
  422         AFI.addLOHDirective(MCLOH_AdrpAddStr, {&MI, Info.MI1, Info.MI0});
  428                         << '\t' << MI << '\t' << *Info.MI1 << '\t'
  430       AFI.addLOHDirective(MCLOH_AdrpLdrGotLdr, {&MI, Info.MI1, Info.MI0});
  435                         << '\t' << MI << '\t' << *Info.MI1 << '\t'
  437       AFI.addLOHDirective(MCLOH_AdrpLdrGotStr, {&MI, Info.MI1, Info.MI0});
  442                         << '\t' << MI << '\t' << *Info.MI0);
  443       AFI.addLOHDirective(MCLOH_AdrpLdrGot, {&MI, Info.MI0});
  451   Info.LastADRP = &MI;