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

Declarations

tools/lld/ELF/Relocations.h
  127   bool createThunks(ArrayRef<OutputSection *> outputSections);

References

tools/lld/ELF/Writer.cpp
 1557     bool changed = target->needsThunks && tc.createThunks(outputSections);