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

References

tools/lld/ELF/Config.h
  220   OrphanHandlingPolicy orphanHandling;
tools/lld/ELF/Driver.cpp
  655 static OrphanHandlingPolicy getOrphanHandling(opt::InputArgList &args) {
  658     return OrphanHandlingPolicy::Warn;
  660     return OrphanHandlingPolicy::Error;
  663   return OrphanHandlingPolicy::Place;
tools/lld/ELF/LinkerScript.cpp
  681       if (config->orphanHandling == OrphanHandlingPolicy::Error)
  683       else if (config->orphanHandling == OrphanHandlingPolicy::Warn)