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

References

lib/MC/ELFObjectWriter.cpp
  126       if (LHSType == ELF::STT_SECTION && RHSType != ELF::STT_SECTION)
  128       if (LHSType != ELF::STT_SECTION && RHSType == ELF::STT_SECTION)
  130       if (LHSType == ELF::STT_SECTION && RHSType == ELF::STT_SECTION)