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

References

lib/Target/XCore/XCoreISelLowering.cpp
  253   if (GV->getValueType()->isFunctionTy())
  256   const auto *GVar = dyn_cast<GlobalVariable>(GV);
  257   if ((GV->hasSection() && GV->getSection().startswith(".cp.")) ||
  257   if ((GV->hasSection() && GV->getSection().startswith(".cp.")) ||
  258       (GVar && GVar->isConstant() && GV->hasLocalLinkage()))