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

Declarations

tools/lld/ELF/SyntheticSections.h
 1038   InputSection *getTargetInputSection() const;

References

tools/lld/ELF/Relocations.cpp
 1425     if (ta && ta->getTargetInputSection() == b)
 1430     if (ta && !tb && !ta->getTargetInputSection())