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

Declarations

lib/Target/PowerPC/PPCISelLowering.cpp
 4479 static bool isFunctionGlobalAddress(SDValue Callee);

References

lib/Target/PowerPC/PPCISelLowering.cpp
 4679   if (!isFunctionGlobalAddress(Callee) &&
 4986   if (isFunctionGlobalAddress(Callee)) {
 5309   if (Subtarget.isAIXABI() && isFunctionGlobalAddress(Callee)) {
 6288       !isFunctionGlobalAddress(Callee) &&
 6682       !isFunctionGlobalAddress(Callee) &&
 6797   if (!isFunctionGlobalAddress(Callee) && !isa<ExternalSymbolSDNode>(Callee))