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

References

tools/lld/ELF/Relocations.cpp
  228     if (!sym.isInGot()) {
  271       if (!sym.isInGot()) {
 1286       } else if (!sym.isInGot()) {
tools/lld/ELF/SyntheticSections.cpp
 1984   if (l.sym->isInGot() && r.sym->isInGot())
 1984   if (l.sym->isInGot() && r.sym->isInGot())
 1986   if (!l.sym->isInGot() && !r.sym->isInGot())
 1986   if (!l.sym->isInGot() && !r.sym->isInGot())
 1988   return !l.sym->isInGot();