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

References

include/llvm/MC/MCLinkerOptimizationHint.h
   49   return Kind >= MCLOH_AdrpAdrp && Kind <= MCLOH_AdrpLdrGot;
   62     MCLOHCaseNameToId(AdrpLdrGot)
   77     MCLOHCaseIdToName(AdrpLdrGot);
   89   case MCLOH_AdrpLdrGot:
lib/Target/AArch64/AArch64CollectLOH.cpp
  320     Info.Type = MCLOH_AdrpLdrGot;
  440     case MCLOH_AdrpLdrGot:
  443       AFI.addLOHDirective(MCLOH_AdrpLdrGot, {&MI, Info.MI0});