Searched refs:KeepSection (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.h181 NameMatcher KeepSection; member in struct:llvm::objcopy::CopyConfig
H A DCopyConfig.cpp627 if (Error E = Config.KeepSection.addMatcher(NameOrPattern::create(
915 if (Error E = Config.KeepSection.addMatcher(NameOrPattern::create(
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp163 !Config.AllocSectionsPrefix.empty() || !Config.KeepSection.empty() ||
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp204 !Config.KeepSection.empty() || Config.NewSymbolVisibility ||
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp550 if (!Config.KeepSection.empty()) {
553 if (Config.KeepSection.matches(Sec.Name))

Completed in 124 milliseconds