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

Overridden By

tools/lld/ELF/Arch/AArch64.cpp
  243 uint32_t AArch64::getThunkSectionSpacing() const {
tools/lld/ELF/Arch/ARM.cpp
  301 uint32_t ARM::getThunkSectionSpacing() const {
tools/lld/ELF/Arch/PPC.cpp
  182 uint32_t PPC::getThunkSectionSpacing() const { return 0x2000000; }
tools/lld/ELF/Arch/PPC64.cpp
  922 uint32_t PPC64::getThunkSectionSpacing() const {

References

tools/lld/ELF/AArch64ErrataFix.cpp
  486   uint64_t patchUpperBound = prevIsecLimit + target->getThunkSectionSpacing();
  503       patchUpperBound = prevIsecLimit + target->getThunkSectionSpacing();
tools/lld/ELF/Relocations.cpp
 1654   uint32_t thunkSectionSpacing = target->getThunkSectionSpacing();
 1772   if (pass == 0 && target->getThunkSectionSpacing())
tools/lld/ELF/Writer.cpp
 1306   if (target->getThunkSectionSpacing() && !orderedSections.empty()) {