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

References

tools/lld/ELF/InputSection.cpp
  878     if (sym.isTls() && !Out::tlsPhdr)
tools/lld/ELF/Relocations.cpp
  160   if (!sym.isTls())
  334   return isAbsolute(sym) || sym.isTls();
  965   RelExpr expr = sym.isTls() ? R_TLS : R_ABS;
  984   if (!sym.isTls() && !sym.isPreemptible && config->isPic && !isAbsolute(sym)) {
  989       sym.isTls() ? target->tlsGotRel : target->gotRel, in.got, off, &sym, 0,
tools/lld/ELF/Symbols.cpp
  112     if (d.isTls() && !config->relocatable) {
tools/lld/ELF/SyntheticSections.cpp
  679   } else if (sym.isTls())
  749   if (sym->isTls())