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

Declarations

tools/llvm-objcopy/ELF/Object.h
 1052   Error removeSections(bool AllowBrokenLinks,

References

tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  270   if (Error E = DWOFile->removeSections(Config.AllowBrokenLinks, 
  583   return Obj.removeSections(Config.AllowBrokenLinks, RemovePred);
tools/llvm-objcopy/ELF/Object.cpp
 2016   return Obj.removeSections(false, [&](const SectionBase &Sec) {
 2062       if (Error E = Obj.removeSections(false /*AllowBrokenLinks*/,