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

References

tools/lld/ELF/Arch/AArch64.cpp
   74   needsThunks = true;
tools/lld/ELF/Arch/ARM.cpp
   64   needsThunks = true;
tools/lld/ELF/Arch/Mips.cpp
   53   needsThunks = true;
tools/lld/ELF/Arch/PPC.cpp
  147   needsThunks = true;
tools/lld/ELF/Arch/PPC64.cpp
  303   needsThunks = true;
tools/lld/ELF/Writer.cpp
 1557     bool changed = target->needsThunks && tc.createThunks(outputSections);