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

References

lib/Target/Mips/MipsFastISel.cpp
  417   const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GV);
  424       .addGlobalAddress(GV, 0, MipsII::MO_GOT);
  425   if ((GV->hasInternalLinkage() ||
  426        (GV->hasLocalLinkage() && !isa<Function>(GV)))) {
  426        (GV->hasLocalLinkage() && !isa<Function>(GV)))) {
  430         .addGlobalAddress(GV, 0, MipsII::MO_ABS_LO);