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

Declarations

tools/llvm-objcopy/MachO/Object.h
  256   void removeSections(function_ref<bool(const Section &)> ToRemove);

References

tools/llvm-objcopy/MachO/MachOObjcopy.cpp
   32   return Obj.removeSections(RemovePred);