reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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()))