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

References

tools/llvm-objcopy/COFF/COFFObjcopy.cpp
   97     if (!Config.OnlySection.empty() && !Config.OnlySection.matches(Sec.Name))
   97     if (!Config.OnlySection.empty() && !Config.OnlySection.matches(Sec.Name))
tools/llvm-objcopy/CopyConfig.cpp
  593     if (Error E = Config.OnlySection.addMatcher(NameOrPattern::create(
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  400       !Config.OnlySection.empty()) {
  429     if (!Config.OnlySection.empty() && !Sym.Referenced &&
  522   if (!Config.OnlySection.empty()) {
  525       if (Config.OnlySection.matches(Sec.Name))
tools/llvm-objcopy/MachO/MachOObjcopy.cpp
   26   if (!Config.OnlySection.empty()) {
   28       return !Config.OnlySection.matches(Sec.CanonicalName);