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

References

tools/llvm-objcopy/COFF/COFFObjcopy.cpp
  107     if (Config.ToRemove.matches(Sec.Name))
tools/llvm-objcopy/CopyConfig.cpp
  585     if (Error E = Config.ToRemove.addMatcher(NameOrPattern::create(
  831     if (Error E = Config.ToRemove.addMatcher(NameOrPattern::create(
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  443   if (!Config.ToRemove.empty()) {
  445       return Config.ToRemove.matches(Sec.Name);
tools/llvm-objcopy/MachO/MachOObjcopy.cpp
   47       !Config.ToRemove.empty() || Config.ExtractDWO || Config.KeepFileSymbols ||