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

References

tools/lld/ELF/Arch/PPC64.cpp
  181   assert(!d->isGnuIFunc());
tools/lld/ELF/Relocations.cpp
 1208   if (sym.isGnuIFunc() && !config->zText && config->warnIfuncTextrel) {
 1229   if (!sym.isPreemptible && (!sym.isGnuIFunc() || config->zIfuncNoplt)) {
 1262   if (sym.isGnuIFunc() && config->zIfuncNoplt) {
 1270   if (!sym.isGnuIFunc() || sym.isPreemptible) {