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

Declarations

lib/Target/PowerPC/PPCSubtarget.h
  348   bool isGVIndirectSymbol(const GlobalValue *GV) const;

References

lib/Target/PowerPC/PPCAsmPrinter.cpp
  841         MO.isGlobal() && Subtarget->isGVIndirectSymbol(MO.getGlobal());
  880         (!MO.isGlobal() || Subtarget->isGVIndirectSymbol(MO.getGlobal())) &&
  910         !(MO.isGlobal() && Subtarget->isGVIndirectSymbol(MO.getGlobal())) &&
lib/Target/PowerPC/PPCFastISel.cpp
 2096     if (PPCSubTarget->isGVIndirectSymbol(GV)) {
lib/Target/PowerPC/PPCISelLowering.cpp
14613     return Subtarget.isGVIndirectSymbol(G->getGlobal());