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

References

tools/lld/ELF/Driver.cpp
  323   if (config->zText && config->zIfuncNoplt)
  970   config->zText = getZFlag(args, "text", "notext", true);
tools/lld/ELF/Relocations.cpp
 1043   bool canWrite = (sec.flags & SHF_WRITE) || !config->zText;
 1208   if (sym.isGnuIFunc() && !config->zText && config->warnIfuncTextrel) {
tools/lld/ELF/SyntheticSections.cpp
 1326   if (!config->zText)
 1411   if (!config->zText)