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

References

lib/MC/ELFObjectWriter.cpp
  317     if (isDwoSection(*From)) {
  321     if (To && isDwoSection(*To)) {
  710       if (Mode == NonDwoOnly && isDwoSection(Section))
 1114     if (Mode == NonDwoOnly && isDwoSection(Section))
 1116     if (Mode == DwoOnly && !isDwoSection(Section))