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

References

tools/llvm-objcopy/COFF/COFFObjcopy.cpp
  198       !Config.KeepSection.empty() || Config.NewSymbolVisibility ||
tools/llvm-objcopy/CopyConfig.cpp
  589     if (Error E = Config.KeepSection.addMatcher(NameOrPattern::create(
  826     if (Error E = Config.KeepSection.addMatcher(NameOrPattern::create(
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  544   if (!Config.KeepSection.empty()) {
  547       if (Config.KeepSection.matches(Sec.Name))
tools/llvm-objcopy/MachO/MachOObjcopy.cpp
   40       !Config.DumpSection.empty() || !Config.KeepSection.empty() ||