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

Declarations

tools/lld/ELF/SyntheticSections.h
  368   bool tryMergeGots(FileGot & dst, FileGot & src, bool isPrimary);

References

tools/lld/ELF/SyntheticSections.cpp
  877     if (tryMergeGots(mergedGots.front(), srcGot, true)) {
  886           !tryMergeGots(mergedGots.back(), srcGot, false)) {