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

References

tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  267   auto OnlyKeepDWOPred = [&DWOFile](const SectionBase &Sec) {
  268     return onlyKeepDWOPred(*DWOFile, Sec);
  270   if (Error E = DWOFile->removeSections(Config.AllowBrokenLinks, 
  274     DWOFile->Machine = Config.OutputArch.getValue().EMachine;
  275     DWOFile->OSABI = Config.OutputArch.getValue().OSABI;
  278   auto Writer = createWriter(Config, *DWOFile, FB, OutputElfType);